Html Css Color HEX #FC0216 Torch Red

📋 copy color: '#FC0216'

red 252 ◦ green 2 ◦ blue 22

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

Shades of Torch Red #FC0216

Tints of Torch Red #FC0216

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 91.3%
G = 0.72%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC0216 (or 0xFC0216) is known color: Torch Red. HEX triplet: FC, 02 and 16. RGB value is (252,2,22). Sum of RGB (Red+Green+Blue) = 252+2+22=276 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.30% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0216 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0216 is #03FDE9. Grayscale: #4F4F4F. Windows color (decimal): -261610 or 1442556. OLE color: 1442556.

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

Color convert

RGB 252 2 22 -
CMYK 0 0.99 0.91 0.01
HSL 355.2º 0.98% 0.5% -
HSV(B) 355.2º 0.99% 0.99% -
XYZ 40.31 20.8 2.65 -
YUV 79.03 95.83 251.37 -
System Red Green Blue C M Y K H S L
Decimal 252 2 22 0 0.99 0.91 0.01 355.2 0.98 0.5
Hex FC 2 16 0 63 5B 1 163 62 32
Octal 374 2 26 0 143 133 1 543 142 62
Binary 11111100 10 10110 0 1100011 1011011 1 101100011 1100010 110010

Color Harmonies of #FC0216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0216

Black with #FC0216

Text Example


Text Example

White with #FC0216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0216; }

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

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

background-color css

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

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

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

border-color css

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

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

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