Html Css Color HEX #FC1517 Torch Red

📋 copy color: '#FC1517'

red 252 ◦ green 21 ◦ blue 23

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

Shades of Torch Red #FC1517

Tints of Torch Red #FC1517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.09%

 BLUE value IS 23 (9.38% from 255) = 7.77%

R = 85.14%
G = 7.09%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC1517 (or 0xFC1517) is known color: Torch Red. HEX triplet: FC, 15 and 17. RGB value is (252,21,23). Sum of RGB (Red+Green+Blue) = 252+21+23=296 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.14% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1517 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1517 is #03EAE8. Grayscale: #5A5A5A. Windows color (decimal): -256745 or 1512956. OLE color: 1512956.

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

Color convert

RGB 252 21 23 -
CMYK 0 0.92 0.91 0.01
HSL 359.48º 0.97% 0.54% -
HSV(B) 359.48º 0.92% 0.99% -
XYZ 40.57 21.29 2.78 -
YUV 90.3 90.03 243.34 -
System Red Green Blue C M Y K H S L
Decimal 252 21 23 0 0.92 0.91 0.01 359.48 0.97 0.54
Hex FC 15 17 0 5C 5B 1 167 61 36
Octal 374 25 27 0 134 133 1 547 141 66
Binary 11111100 10101 10111 0 1011100 1011011 1 101100111 1100001 110110

Color Harmonies of #FC1517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1517

Black with #FC1517

Text Example


Text Example

White with #FC1517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1517; }

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

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

background-color css

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

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

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

border-color css

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

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

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