Html Css Color HEX #FC0818 Torch Red

📋 copy color: '#FC0818'

red 252 ◦ green 8 ◦ blue 24

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

Shades of Torch Red #FC0818

Tints of Torch Red #FC0818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.82%

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

R = 88.73%
G = 2.82%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC0818 (or 0xFC0818) is known color: Torch Red. HEX triplet: FC, 08 and 18. RGB value is (252,8,24). Sum of RGB (Red+Green+Blue) = 252+8+24=284 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.73% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0818 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0818 is #03F7E7. Grayscale: #525252. Windows color (decimal): -260072 or 1575164. OLE color: 1575164.

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

Color convert

RGB 252 8 24 -
CMYK 0 0.97 0.90 0.01
HSL 356.07º 0.98% 0.51% -
HSV(B) 356.07º 0.97% 0.99% -
XYZ 40.4 20.94 2.78 -
YUV 82.78 94.84 248.7 -
System Red Green Blue C M Y K H S L
Decimal 252 8 24 0 0.97 0.90 0.01 356.07 0.98 0.51
Hex FC 8 18 0 61 5A 1 164 62 33
Octal 374 10 30 0 141 132 1 544 142 63
Binary 11111100 1000 11000 0 1100001 1011010 1 101100100 1100010 110011

Color Harmonies of #FC0818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0818

Black with #FC0818

Text Example


Text Example

White with #FC0818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0818; }

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

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

background-color css

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

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

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

border-color css

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

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

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