Html Css Color HEX #FC0716 Torch Red

📋 copy color: '#FC0716'

red 252 ◦ green 7 ◦ blue 22

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

Shades of Torch Red #FC0716

Tints of Torch Red #FC0716

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.49%

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

R = 89.68%
G = 2.49%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC0716 (or 0xFC0716) is known color: Torch Red. HEX triplet: FC, 07 and 16. RGB value is (252,7,22). Sum of RGB (Red+Green+Blue) = 252+7+22=281 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.68% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0716 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0716 is #03F8E9. Grayscale: #525252. Windows color (decimal): -260330 or 1443836. OLE color: 1443836.

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

Color convert

RGB 252 7 22 -
CMYK 0 0.97 0.91 0.01
HSL 356.33º 0.98% 0.51% -
HSV(B) 356.33º 0.97% 0.99% -
XYZ 40.37 20.91 2.67 -
YUV 81.97 94.17 249.28 -
System Red Green Blue C M Y K H S L
Decimal 252 7 22 0 0.97 0.91 0.01 356.33 0.98 0.51
Hex FC 7 16 0 61 5B 1 164 62 33
Octal 374 7 26 0 141 133 1 544 142 63
Binary 11111100 111 10110 0 1100001 1011011 1 101100100 1100010 110011

Color Harmonies of #FC0716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0716

Black with #FC0716

Text Example


Text Example

White with #FC0716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0716; }

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

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

background-color css

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

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

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

border-color css

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

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

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