Html Css Color HEX #FC0918 Torch Red

📋 copy color: '#FC0918'

red 252 ◦ green 9 ◦ blue 24

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

Shades of Torch Red #FC0918

Tints of Torch Red #FC0918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.16%

 BLUE value IS 24 (9.77% from 255) = 8.42%

R = 88.42%
G = 3.16%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC0918 (or 0xFC0918) is known color: Torch Red. HEX triplet: FC, 09 and 18. RGB value is (252,9,24). Sum of RGB (Red+Green+Blue) = 252+9+24=285 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.42% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0918 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0918 is #03F6E7. Grayscale: #535353. Windows color (decimal): -259816 or 1575420. OLE color: 1575420.

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

Color convert

RGB 252 9 24 -
CMYK 0 0.96 0.90 0.01
HSL 356.3º 0.98% 0.51% -
HSV(B) 356.3º 0.96% 0.99% -
XYZ 40.41 20.96 2.78 -
YUV 83.37 94.51 248.28 -
System Red Green Blue C M Y K H S L
Decimal 252 9 24 0 0.96 0.90 0.01 356.3 0.98 0.51
Hex FC 9 18 0 60 5A 1 164 62 33
Octal 374 11 30 0 140 132 1 544 142 63
Binary 11111100 1001 11000 0 1100000 1011010 1 101100100 1100010 110011

Color Harmonies of #FC0918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0918

Black with #FC0918

Text Example


Text Example

White with #FC0918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0918; }

 p { color: rgb(252,9,24); }

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

background-color css

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

 a { background-color: rgb(252,9,24); }

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

border-color css

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

 span { border-color: rgb(252,9,24); }

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