Html Css Color HEX #FC121C Torch Red

📋 copy color: '#FC121C'

red 252 ◦ green 18 ◦ blue 28

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

Shades of Torch Red #FC121C

Tints of Torch Red #FC121C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.4%

R = 84.56%
G = 6.04%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC121C (or 0xFC121C) is known color: Torch Red. HEX triplet: FC, 12 and 1C. RGB value is (252,18,28). Sum of RGB (Red+Green+Blue) = 252+18+28=298 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.56% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 252 - color contains mainly: red. Hex color #FC121C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC121C is #03EDE3. Grayscale: #595959. Windows color (decimal): -257508 or 1839868. OLE color: 1839868.

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

Color convert

RGB 252 18 28 -
CMYK 0 0.93 0.89 0.01
HSL 357.44º 0.98% 0.53% -
HSV(B) 357.44º 0.93% 0.99% -
XYZ 40.57 21.21 3.05 -
YUV 89.11 93.52 244.19 -
System Red Green Blue C M Y K H S L
Decimal 252 18 28 0 0.93 0.89 0.01 357.44 0.98 0.53
Hex FC 12 1C 0 5D 59 1 165 62 35
Octal 374 22 34 0 135 131 1 545 142 65
Binary 11111100 10010 11100 0 1011101 1011001 1 101100101 1100010 110101

Color Harmonies of #FC121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC121C

Black with #FC121C

Text Example


Text Example

White with #FC121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC121C; }

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

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

background-color css

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

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

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

border-color css

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

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

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