Html Css Color HEX #FC1E20 Torch Red

📋 copy color: '#FC1E20'

red 252 ◦ green 30 ◦ blue 32

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

Shades of Torch Red #FC1E20

Tints of Torch Red #FC1E20

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.55%

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

R = 80.25%
G = 9.55%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC1E20 (or 0xFC1E20) is known color: Torch Red. HEX triplet: FC, 1E and 20. RGB value is (252,30,32). Sum of RGB (Red+Green+Blue) = 252+30+32=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1E20 is #03E1DF. Grayscale: #606060. Windows color (decimal): -254432 or 2105084. OLE color: 2105084.

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

Color convert

RGB 252 30 32 -
CMYK 0 0.88 0.87 0.01
HSL 359.46º 0.97% 0.55% -
HSV(B) 359.46º 0.88% 0.99% -
XYZ 40.87 21.73 3.41 -
YUV 96.61 91.55 238.84 -
System Red Green Blue C M Y K H S L
Decimal 252 30 32 0 0.88 0.87 0.01 359.46 0.97 0.55
Hex FC 1E 20 0 58 57 1 167 61 37
Octal 374 36 40 0 130 127 1 547 141 67
Binary 11111100 11110 100000 0 1011000 1010111 1 101100111 1100001 110111

Color Harmonies of #FC1E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E20

Black with #FC1E20

Text Example


Text Example

White with #FC1E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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