COLOR #FD012C

HEX: #FD012C
RGB: (253,1,44)

Renk bilgisi

#FD012C contains mainly red color. #FD012C ‘ nin web güvenlik rengi #FF0033 (ya da #F03) dir.

RGB renk modeli

#FD012C color RGB value is (253,1,44).

  • kırmız ton 253;
  • yeşil ton 1;
  • mavi ton 44.
RGB:
(253,1,44)
(99%,0%,17%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 1 of 255 = 0%
B 44 of 255 = 17%

253
1
44

R + G + B ~ 39%. #FD012C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 1 + 44 = 298 (100%)
R 253 of 298 ~ 84.9%
G 1 of 298 ~ 0.34%
B 44 of 298 ~ 14.77%

%84.9
%14.77

CMYK RENK MODELİ

#FD012C rengi CMYK tonu (0,100,83,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 99.60%
  • sarı tonu 82.61%
  • ana renk tonu 0.78%
CMYK:
(0,100,83,1)
C0M100Y83K1 
(0%,100%,83%,1%)
(0.00/1.00/0.83/0.01)	

CMYK yüzdeleri

%0
%99.6
%82.61
%0.78

Codes

Color #FD012C in popluar color models

FD012C
RGB253144
HSL350°99.21%49.80%
HSB/HSV350°99.60%99.22%
CMYK0.00%99.60%82.61%
0.78%

Color #FD012C in popluar number systems.

HEXFD012C
Decimal253144
Binary111111011101100
Octal375154

Shades and tints

Shades of #FD012C

#FD012C
(253,1,44)
#E60128
(230,1,40)
#CF0124
(207,1,36)
#B80120
(184,1,32)
#A1011C
(161,1,28)
#8A0118
(138,1,24)
#730114
(115,1,20)
#5C0110
(92,1,16)
#45010C
(69,1,12)
#2E0108
(46,1,8)
#170104
(23,1,4)
#000000
(0,0,0)

Tints of #FD012C

#FD012C
(253,1,44)
#FD183F
(253,24,63)
#FD2F52
(253,47,82)
#FD4665
(253,70,101)
#FD5D78
(253,93,120)
#FD748B
(253,116,139)
#FD8B9E
(253,139,158)
#FDA2B1
(253,162,177)
#FDB9C4
(253,185,196)
#FDD0D7
(253,208,215)
#FDE7EA
(253,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD012C color. Also use rgb(253,1,44) instead hex code.

Text Font Color

.myTextColor { color: #FD012C; }

<p style="color:#FD012C">This sample text font color is #FD012C.</p>

This text font color is #FD012C.


Background Color

.myBgColor { background-color: #FD012C; }

<div style="background-color:#FD012C">Inner text</div>

This div background color is #FD012C.


Border color

.myBorderColor { border: 1px solid #FD012C; }

<div style="border:3px solid #FD012C">Div</div>

This div border color is #FD012C.


Opacity

.myOpacity80 { color: #FD012C; opacity: 0.8; }

<p style="color:#FD012C;opacity:0.8;">80%</p>

Text with #FD012C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FD012C;}

<p style="text-shadow: 3px 3px 1px #FD012C">Text here.</p>

This text has shadow with #FD012C color.

.textShadow {text-shadow: 3px 3px 1px #FD012C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FD012C, 5px 5px 20px red">Text here.</p>

This text has shadow with #FD012C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FD012C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FD012C, Direction=45, Strength=4)">Text</p>

This text has shadow with #FD012C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FD012C;
  -webkit-box-shadow:	1px 1px 3px 2px #FD012C;
  box-shadow:		1px 1px 3px 2px #FD012C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FD012C;
-webkit-box-shadow: 1px 1px 3px 2px #FD012C;
box-shadow:1px 1px 3px 2px #FD012C;">
Div content here</div>
This div box has shadow with color #FD012C.

Preview

Color preview on black background

This text has color #FD012C on black background.


Color preview on white background

This text has color #FD012C on white background.



Black color preview on #FD012C background

This text has black color on #FD012C background.


White color preview on #FD012C background

This text has white color on #FD012C background.