Html Css Color HEX #FC1420 Torch Red

📋 copy color: '#FC1420'

red 252 ◦ green 20 ◦ blue 32

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

Shades of Torch Red #FC1420

Tints of Torch Red #FC1420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.58%

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

R = 82.89%
G = 6.58%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC1420 (or 0xFC1420) is known color: Torch Red. HEX triplet: FC, 14 and 20. RGB value is (252,20,32). Sum of RGB (Red+Green+Blue) = 252+20+32=304 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.89% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1420 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1420 is #03EBDF. Grayscale: #5A5A5A. Windows color (decimal): -256992 or 2102524. OLE color: 2102524.

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

Color convert

RGB 252 20 32 -
CMYK 0 0.92 0.87 0.01
HSL 356.9º 0.97% 0.53% -
HSV(B) 356.9º 0.92% 0.99% -
XYZ 40.66 21.3 3.34 -
YUV 90.74 94.86 243.02 -
System Red Green Blue C M Y K H S L
Decimal 252 20 32 0 0.92 0.87 0.01 356.9 0.97 0.53
Hex FC 14 20 0 5C 57 1 165 61 35
Octal 374 24 40 0 134 127 1 545 141 65
Binary 11111100 10100 100000 0 1011100 1010111 1 101100101 1100001 110101

Color Harmonies of #FC1420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1420

Black with #FC1420

Text Example


Text Example

White with #FC1420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1420; }

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

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

background-color css

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

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

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

border-color css

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

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

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