Html Css Color HEX #FC1118 Torch Red

📋 copy color: '#FC1118'

red 252 ◦ green 17 ◦ blue 24

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

Shades of Torch Red #FC1118

Tints of Torch Red #FC1118

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.8%

 BLUE value IS 24 (9.77% from 255) = 8.19%

R = 86.01%
G = 5.8%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC1118 (or 0xFC1118) is known color: Torch Red. HEX triplet: FC, 11 and 18. RGB value is (252,17,24). Sum of RGB (Red+Green+Blue) = 252+17+24=293 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.01% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1118 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1118 is #03EEE7. Grayscale: #585858. Windows color (decimal): -257768 or 1577468. OLE color: 1577468.

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

Color convert

RGB 252 17 24 -
CMYK 0 0.93 0.90 0.01
HSL 358.21º 0.98% 0.53% -
HSV(B) 358.21º 0.93% 0.99% -
XYZ 40.51 21.16 2.81 -
YUV 88.06 91.86 244.93 -
System Red Green Blue C M Y K H S L
Decimal 252 17 24 0 0.93 0.90 0.01 358.21 0.98 0.53
Hex FC 11 18 0 5D 5A 1 166 62 35
Octal 374 21 30 0 135 132 1 546 142 65
Binary 11111100 10001 11000 0 1011101 1011010 1 101100110 1100010 110101

Color Harmonies of #FC1118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1118

Black with #FC1118

Text Example


Text Example

White with #FC1118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1118; }

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

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

background-color css

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

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

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

border-color css

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

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

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