Html Css Color HEX #FC1518 Torch Red

📋 copy color: '#FC1518'

red 252 ◦ green 21 ◦ blue 24

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

Shades of Torch Red #FC1518

Tints of Torch Red #FC1518

RGB

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

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

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

R = 84.85%
G = 7.07%
B = 8.08%

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

#FC1518 (or 0xFC1518) is known color: Torch Red. HEX triplet: FC, 15 and 18. RGB value is (252,21,24). Sum of RGB (Red+Green+Blue) = 252+21+24=297 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.85% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1518 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1518 is #03EAE7. Grayscale: #5A5A5A. Windows color (decimal): -256744 or 1578492. OLE color: 1578492.

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

Color convert

RGB 252 21 24 -
CMYK 0 0.92 0.90 0.01
HSL 359.22º 0.97% 0.54% -
HSV(B) 359.22º 0.92% 0.99% -
XYZ 40.58 21.3 2.84 -
YUV 90.41 90.53 243.26 -
System Red Green Blue C M Y K H S L
Decimal 252 21 24 0 0.92 0.90 0.01 359.22 0.97 0.54
Hex FC 15 18 0 5C 5A 1 167 61 36
Octal 374 25 30 0 134 132 1 547 141 66
Binary 11111100 10101 11000 0 1011100 1011010 1 101100111 1100001 110110

Color Harmonies of #FC1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1518

Black with #FC1518

Text Example


Text Example

White with #FC1518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1518; }

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

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

background-color css

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

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

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

border-color css

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

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

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