Html Css Color HEX #FC0F20 Torch Red

📋 copy color: '#FC0F20'

red 252 ◦ green 15 ◦ blue 32

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

Shades of Torch Red #FC0F20

Tints of Torch Red #FC0F20

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.02%

 BLUE value IS 32 (12.89% from 255) = 10.7%

R = 84.28%
G = 5.02%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC0F20 (or 0xFC0F20) is known color: Torch Red. HEX triplet: FC, 0F and 20. RGB value is (252,15,32). Sum of RGB (Red+Green+Blue) = 252+15+32=299 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.28% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0F20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0F20 is #03F0DF. Grayscale: #575757. Windows color (decimal): -258272 or 2101244. OLE color: 2101244.

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

Color convert

RGB 252 15 32 -
CMYK 0 0.94 0.87 0.01
HSL 355.7º 0.98% 0.52% -
HSV(B) 355.7º 0.94% 0.99% -
XYZ 40.58 21.14 3.31 -
YUV 87.8 96.52 245.12 -
System Red Green Blue C M Y K H S L
Decimal 252 15 32 0 0.94 0.87 0.01 355.7 0.98 0.52
Hex FC F 20 0 5E 57 1 164 62 34
Octal 374 17 40 0 136 127 1 544 142 64
Binary 11111100 1111 100000 0 1011110 1010111 1 101100100 1100010 110100

Color Harmonies of #FC0F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0F20

Black with #FC0F20

Text Example


Text Example

White with #FC0F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0F20; }

 p { color: rgb(252,15,32); }

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

background-color css

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

 a { background-color: rgb(252,15,32); }

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

border-color css

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

 span { border-color: rgb(252,15,32); }

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