Html Css Color HEX #FC0820 Torch Red

📋 copy color: '#FC0820'

red 252 ◦ green 8 ◦ blue 32

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

Shades of Torch Red #FC0820

Tints of Torch Red #FC0820

RGB

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

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

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

R = 86.3%
G = 2.74%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC0820 (or 0xFC0820) is known color: Torch Red. HEX triplet: FC, 08 and 20. RGB value is (252,8,32). Sum of RGB (Red+Green+Blue) = 252+8+32=292 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.30% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0820 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0820 is #03F7DF. Grayscale: #535353. Windows color (decimal): -260064 or 2099452. OLE color: 2099452.

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

Color convert

RGB 252 8 32 -
CMYK 0 0.97 0.87 0.01
HSL 354.1º 0.98% 0.51% -
HSV(B) 354.1º 0.97% 0.99% -
XYZ 40.49 20.97 3.28 -
YUV 83.69 98.84 248.05 -
System Red Green Blue C M Y K H S L
Decimal 252 8 32 0 0.97 0.87 0.01 354.1 0.98 0.51
Hex FC 8 20 0 61 57 1 162 62 33
Octal 374 10 40 0 141 127 1 542 142 63
Binary 11111100 1000 100000 0 1100001 1010111 1 101100010 1100010 110011

Color Harmonies of #FC0820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0820

Black with #FC0820

Text Example


Text Example

White with #FC0820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0820; }

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

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

background-color css

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

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

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

border-color css

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

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

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