Html Css Color HEX #FC120B Red

📋 copy color: '#FC120B'

red 252 ◦ green 18 ◦ blue 11

#FC120B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red #FC120B

Tints of Red #FC120B

RGB

 RED value IS 252 (98.83% from 255) = 89.68%

 GREEN value IS 18 (7.42% from 255) = 6.41%

 BLUE value IS 11 (4.69% from 255) = 3.91%

R = 89.68%
G = 6.41%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FC120B (or 0xFC120B) is known color: Red. HEX triplet: FC, 12 and 0B. RGB value is (252,18,11). Sum of RGB (Red+Green+Blue) = 252+18+11=281 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.68% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 252 - color contains mainly: red. Hex color #FC120B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC120B is #03EDF4. Grayscale: #575757. Windows color (decimal): -257525 or 725756. OLE color: 725756.

HSL color Cylindrical-coordinate representation of color #FC120B: hue angle of 1.74º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC120B is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 18 11 -
CMYK 0 0.93 0.96 0.01
HSL 1.74º 0.98% 0.52% -
HSV(B) 1.74º 0.96% 0.99% -
XYZ 40.42 21.15 2.27 -
YUV 87.17 85.02 245.57 -
System Red Green Blue C M Y K H S L
Decimal 252 18 11 0 0.93 0.96 0.01 1.74 0.98 0.52
Hex FC 12 B 0 5D 60 1 2 62 34
Octal 374 22 13 0 135 140 1 2 142 64
Binary 11111100 10010 1011 0 1011101 1100000 1 10 1100010 110100

Color Harmonies of #FC120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC120B

Black with #FC120B

Text Example


Text Example

White with #FC120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC120B; }

 p { color: rgb(252,18,11); }

 H1.HeaderClassName
 {
   color: #FC120B;
 }
 .AnyTagClassName
 {
   color: #FC120B;
 }
</style>

background-color css

<style>
 a { background-color: #FC120B; }

 a { background-color: rgb(252,18,11); }

 div.DivClassName
 {
   background-color: #FC120B;
 }
 .BgClassName
 {
   background-color: #FC120B;
 }
</style>

border-color css

<style>
 span { border-color: #FC120B; }

 span { border-color: rgb(252,18,11); }

 td.TdClassName
 {
   border-color: #FC120B;
 }
 .TagClassName
 {
   border-color: #FC120B;
 }
</style>