Html Css Color HEX #FC1214 Torch Red

📋 copy color: '#FC1214'

red 252 ◦ green 18 ◦ blue 20

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

Shades of Torch Red #FC1214

Tints of Torch Red #FC1214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.9%

R = 86.9%
G = 6.21%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC1214 (or 0xFC1214) is known color: Torch Red. HEX triplet: FC, 12 and 14. RGB value is (252,18,20). Sum of RGB (Red+Green+Blue) = 252+18+20=290 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.90% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1214 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1214 is #03EDEB. Grayscale: #585858. Windows color (decimal): -257516 or 1315580. OLE color: 1315580.

HSL color Cylindrical-coordinate representation of color #FC1214: hue angle of 359.49º 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 #FC1214 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 18 20 -
CMYK 0 0.93 0.92 0.01
HSL 359.49º 0.98% 0.53% -
HSV(B) 359.49º 0.93% 0.99% -
XYZ 40.49 21.18 2.62 -
YUV 88.19 89.52 244.84 -
System Red Green Blue C M Y K H S L
Decimal 252 18 20 0 0.93 0.92 0.01 359.49 0.98 0.53
Hex FC 12 14 0 5D 5C 1 167 62 35
Octal 374 22 24 0 135 134 1 547 142 65
Binary 11111100 10010 10100 0 1011101 1011100 1 101100111 1100010 110101

Color Harmonies of #FC1214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1214

Black with #FC1214

Text Example


Text Example

White with #FC1214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1214; }

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

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

background-color css

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

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

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

border-color css

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

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

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