Html Css Color HEX #FC1418 Torch Red

📋 copy color: '#FC1418'

red 252 ◦ green 20 ◦ blue 24

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

Shades of Torch Red #FC1418

Tints of Torch Red #FC1418

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.76%

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

R = 85.14%
G = 6.76%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC1418 (or 0xFC1418) is known color: Torch Red. HEX triplet: FC, 14 and 18. RGB value is (252,20,24). Sum of RGB (Red+Green+Blue) = 252+20+24=296 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.14% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1418 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1418 is #03EBE7. Grayscale: #5A5A5A. Windows color (decimal): -257000 or 1578236. OLE color: 1578236.

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

Color convert

RGB 252 20 24 -
CMYK 0 0.92 0.90 0.01
HSL 358.97º 0.97% 0.53% -
HSV(B) 358.97º 0.92% 0.99% -
XYZ 40.56 21.26 2.83 -
YUV 89.82 90.86 243.67 -
System Red Green Blue C M Y K H S L
Decimal 252 20 24 0 0.92 0.90 0.01 358.97 0.97 0.53
Hex FC 14 18 0 5C 5A 1 167 61 35
Octal 374 24 30 0 134 132 1 547 141 65
Binary 11111100 10100 11000 0 1011100 1011010 1 101100111 1100001 110101

Color Harmonies of #FC1418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1418

Black with #FC1418

Text Example


Text Example

White with #FC1418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1418; }

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

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

background-color css

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

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

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

border-color css

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

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

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