Html Css Color HEX #FC1212 Red

📋 copy color: '#FC1212'

red 252 ◦ green 18 ◦ blue 18

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

Shades of Red #FC1212

Tints of Red #FC1212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.25%

R = 87.5%
G = 6.25%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC1212 (or 0xFC1212) is known color: Red. HEX triplet: FC, 12 and 12. RGB value is (252,18,18). Sum of RGB (Red+Green+Blue) = 252+18+18=288 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.5% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1212 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1212 is #03EDED. Grayscale: #585858. Windows color (decimal): -257518 or 1184508. OLE color: 1184508.

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

Color convert

RGB 252 18 18 -
CMYK 0 0.93 0.93 0.01
HSL 0.98% 0.53% -
HSV(B) 0.93% 0.99% -
XYZ 40.47 21.17 2.53 -
YUV 87.97 88.52 245 -
System Red Green Blue C M Y K H S L
Decimal 252 18 18 0 0.93 0.93 0.01 0 0.98 0.53
Hex FC 12 12 0 5D 5D 1 0 62 35
Octal 374 22 22 0 135 135 1 0 142 65
Binary 11111100 10010 10010 0 1011101 1011101 1 0 1100010 110101

Color Harmonies of #FC1212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1212

Black with #FC1212

Text Example


Text Example

White with #FC1212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1212; }

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

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

background-color css

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

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

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

border-color css

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

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

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