Html Css Color HEX #FC1820 Torch Red

📋 copy color: '#FC1820'

red 252 ◦ green 24 ◦ blue 32

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

Shades of Torch Red #FC1820

Tints of Torch Red #FC1820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.79%

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

R = 81.82%
G = 7.79%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC1820 (or 0xFC1820) is known color: Torch Red. HEX triplet: FC, 18 and 20. RGB value is (252,24,32). Sum of RGB (Red+Green+Blue) = 252+24+32=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1820 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1820 is #03E7DF. Grayscale: #5D5D5D. Windows color (decimal): -255968 or 2103548. OLE color: 2103548.

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

Color convert

RGB 252 24 32 -
CMYK 0 0.90 0.87 0.01
HSL 357.89º 0.97% 0.54% -
HSV(B) 357.89º 0.9% 0.99% -
XYZ 40.73 21.45 3.36 -
YUV 93.08 93.54 241.35 -
System Red Green Blue C M Y K H S L
Decimal 252 24 32 0 0.90 0.87 0.01 357.89 0.97 0.54
Hex FC 18 20 0 5A 57 1 166 61 36
Octal 374 30 40 0 132 127 1 546 141 66
Binary 11111100 11000 100000 0 1011010 1010111 1 101100110 1100001 110110

Color Harmonies of #FC1820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1820

Black with #FC1820

Text Example


Text Example

White with #FC1820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1820; }

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

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

background-color css

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

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

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

border-color css

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

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

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