Html Css Color HEX #FC0420 Torch Red

📋 copy color: '#FC0420'

red 252 ◦ green 4 ◦ blue 32

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

Shades of Torch Red #FC0420

Tints of Torch Red #FC0420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.39%

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

R = 87.5%
G = 1.39%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC0420 (or 0xFC0420) is known color: Torch Red. HEX triplet: FC, 04 and 20. RGB value is (252,4,32). Sum of RGB (Red+Green+Blue) = 252+4+32=288 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.5% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0420 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0420 is #03FBDF. Grayscale: #515151. Windows color (decimal): -261088 or 2098428. OLE color: 2098428.

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

Color convert

RGB 252 4 32 -
CMYK 0 0.98 0.87 0.01
HSL 353.23º 0.98% 0.5% -
HSV(B) 353.23º 0.98% 0.99% -
XYZ 40.45 20.89 3.27 -
YUV 81.34 100.16 249.72 -
System Red Green Blue C M Y K H S L
Decimal 252 4 32 0 0.98 0.87 0.01 353.23 0.98 0.5
Hex FC 4 20 0 62 57 1 161 62 32
Octal 374 4 40 0 142 127 1 541 142 62
Binary 11111100 100 100000 0 1100010 1010111 1 101100001 1100010 110010

Color Harmonies of #FC0420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0420

Black with #FC0420

Text Example


Text Example

White with #FC0420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0420; }

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

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

background-color css

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

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

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

border-color css

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

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

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