Html Css Color HEX #FC0F24 Torch Red

📋 copy color: '#FC0F24'

red 252 ◦ green 15 ◦ blue 36

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

Shades of Torch Red #FC0F24

Tints of Torch Red #FC0F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.88%

R = 83.17%
G = 4.95%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC0F24 (or 0xFC0F24) is known color: Torch Red. HEX triplet: FC, 0F and 24. RGB value is (252,15,36). Sum of RGB (Red+Green+Blue) = 252+15+36=303 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.17% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0F24 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0F24 is #03F0DB. Grayscale: #585858. Windows color (decimal): -258268 or 2363388. OLE color: 2363388.

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

Color convert

RGB 252 15 36 -
CMYK 0 0.94 0.86 0.01
HSL 354.68º 0.98% 0.52% -
HSV(B) 354.68º 0.94% 0.99% -
XYZ 40.63 21.16 3.61 -
YUV 88.26 98.52 244.79 -
System Red Green Blue C M Y K H S L
Decimal 252 15 36 0 0.94 0.86 0.01 354.68 0.98 0.52
Hex FC F 24 0 5E 56 1 163 62 34
Octal 374 17 44 0 136 126 1 543 142 64
Binary 11111100 1111 100100 0 1011110 1010110 1 101100011 1100010 110100

Color Harmonies of #FC0F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0F24

Black with #FC0F24

Text Example


Text Example

White with #FC0F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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