Html Css Color HEX #FC0612 Torch Red

📋 copy color: '#FC0612'

red 252 ◦ green 6 ◦ blue 18

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

Shades of Torch Red #FC0612

Tints of Torch Red #FC0612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

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

R = 91.3%
G = 2.17%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC0612 (or 0xFC0612) is known color: Torch Red. HEX triplet: FC, 06 and 12. RGB value is (252,6,18). Sum of RGB (Red+Green+Blue) = 252+6+18=276 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.30% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0612 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0612 is #03F9ED. Grayscale: #515151. Windows color (decimal): -260590 or 1181436. OLE color: 1181436.

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

Color convert

RGB 252 6 18 -
CMYK 0 0.98 0.93 0.01
HSL 357.07º 0.98% 0.51% -
HSV(B) 357.07º 0.98% 0.99% -
XYZ 40.32 20.87 2.48 -
YUV 80.92 92.5 250.02 -
System Red Green Blue C M Y K H S L
Decimal 252 6 18 0 0.98 0.93 0.01 357.07 0.98 0.51
Hex FC 6 12 0 62 5D 1 165 62 33
Octal 374 6 22 0 142 135 1 545 142 63
Binary 11111100 110 10010 0 1100010 1011101 1 101100101 1100010 110011

Color Harmonies of #FC0612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0612

Black with #FC0612

Text Example


Text Example

White with #FC0612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0612; }

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

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

background-color css

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

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

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

border-color css

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

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

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