Html Css Color HEX #FC0616 Torch Red

📋 copy color: '#FC0616'

red 252 ◦ green 6 ◦ blue 22

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

Shades of Torch Red #FC0616

Tints of Torch Red #FC0616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.86%

R = 90%
G = 2.14%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC0616 (or 0xFC0616) is known color: Torch Red. HEX triplet: FC, 06 and 16. RGB value is (252,6,22). Sum of RGB (Red+Green+Blue) = 252+6+22=280 (37% of max value = 765). Red value is 252 (98.83% from 255 or 90% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0616 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0616 is #03F9E9. Grayscale: #515151. Windows color (decimal): -260586 or 1443580. OLE color: 1443580.

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

Color convert

RGB 252 6 22 -
CMYK 0 0.98 0.91 0.01
HSL 356.1º 0.98% 0.51% -
HSV(B) 356.1º 0.98% 0.99% -
XYZ 40.35 20.88 2.66 -
YUV 81.38 94.5 249.7 -
System Red Green Blue C M Y K H S L
Decimal 252 6 22 0 0.98 0.91 0.01 356.1 0.98 0.51
Hex FC 6 16 0 62 5B 1 164 62 33
Octal 374 6 26 0 142 133 1 544 142 63
Binary 11111100 110 10110 0 1100010 1011011 1 101100100 1100010 110011

Color Harmonies of #FC0616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0616

Black with #FC0616

Text Example


Text Example

White with #FC0616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0616; }

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

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

background-color css

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

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

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

border-color css

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

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

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