Html Css Color HEX #FC1718 Torch Red

📋 copy color: '#FC1718'

red 252 ◦ green 23 ◦ blue 24

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

Shades of Torch Red #FC1718

Tints of Torch Red #FC1718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.69%

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

R = 84.28%
G = 7.69%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC1718 (or 0xFC1718) is known color: Torch Red. HEX triplet: FC, 17 and 18. RGB value is (252,23,24). Sum of RGB (Red+Green+Blue) = 252+23+24=299 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.28% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1718 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1718 is #03E8E7. Grayscale: #5B5B5B. Windows color (decimal): -256232 or 1579004. OLE color: 1579004.

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

Color convert

RGB 252 23 24 -
CMYK 0 0.91 0.90 0.01
HSL 359.74º 0.97% 0.54% -
HSV(B) 359.74º 0.91% 0.99% -
XYZ 40.62 21.37 2.85 -
YUV 91.59 89.87 242.42 -
System Red Green Blue C M Y K H S L
Decimal 252 23 24 0 0.91 0.90 0.01 359.74 0.97 0.54
Hex FC 17 18 0 5B 5A 1 168 61 36
Octal 374 27 30 0 133 132 1 550 141 66
Binary 11111100 10111 11000 0 1011011 1011010 1 101101000 1100001 110110

Color Harmonies of #FC1718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1718

Black with #FC1718

Text Example


Text Example

White with #FC1718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1718; }

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

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

background-color css

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

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

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

border-color css

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

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

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