Html Css Color HEX #FC1E21 Torch Red

📋 copy color: '#FC1E21'

red 252 ◦ green 30 ◦ blue 33

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

Shades of Torch Red #FC1E21

Tints of Torch Red #FC1E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.48%

R = 80%
G = 9.52%
B = 10.48%

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

#FC1E21 (or 0xFC1E21) is known color: Torch Red. HEX triplet: FC, 1E and 21. RGB value is (252,30,33). Sum of RGB (Red+Green+Blue) = 252+30+33=315 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1E21 is #03E1DE. Grayscale: #606060. Windows color (decimal): -254431 or 2170620. OLE color: 2170620.

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

Color convert

RGB 252 30 33 -
CMYK 0 0.88 0.87 0.01
HSL 359.19º 0.97% 0.55% -
HSV(B) 359.19º 0.88% 0.99% -
XYZ 40.88 21.73 3.48 -
YUV 96.72 92.05 238.76 -
System Red Green Blue C M Y K H S L
Decimal 252 30 33 0 0.88 0.87 0.01 359.19 0.97 0.55
Hex FC 1E 21 0 58 57 1 167 61 37
Octal 374 36 41 0 130 127 1 547 141 67
Binary 11111100 11110 100001 0 1011000 1010111 1 101100111 1100001 110111

Color Harmonies of #FC1E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E21

Black with #FC1E21

Text Example


Text Example

White with #FC1E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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