Html Css Color HEX #FC121E Torch Red

📋 copy color: '#FC121E'

red 252 ◦ green 18 ◦ blue 30

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

Shades of Torch Red #FC121E

Tints of Torch Red #FC121E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6%

 BLUE value IS 30 (12.11% from 255) = 10%

R = 84%
G = 6%
B = 10%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC121E (or 0xFC121E) is known color: Torch Red. HEX triplet: FC, 12 and 1E. RGB value is (252,18,30). Sum of RGB (Red+Green+Blue) = 252+18+30=300 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 252 - color contains mainly: red. Hex color #FC121E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC121E is #03EDE1. Grayscale: #595959. Windows color (decimal): -257506 or 1970940. OLE color: 1970940.

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

Color convert

RGB 252 18 30 -
CMYK 0 0.93 0.88 0.01
HSL 356.92º 0.98% 0.53% -
HSV(B) 356.92º 0.93% 0.99% -
XYZ 40.6 21.22 3.18 -
YUV 89.33 94.52 244.02 -
System Red Green Blue C M Y K H S L
Decimal 252 18 30 0 0.93 0.88 0.01 356.92 0.98 0.53
Hex FC 12 1E 0 5D 58 1 165 62 35
Octal 374 22 36 0 135 130 1 545 142 65
Binary 11111100 10010 11110 0 1011101 1011000 1 101100101 1100010 110101

Color Harmonies of #FC121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC121E

Black with #FC121E

Text Example


Text Example

White with #FC121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC121E; }

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

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

background-color css

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

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

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

border-color css

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

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

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