Html Css Color HEX #FC1217 Torch Red

📋 copy color: '#FC1217'

red 252 ◦ green 18 ◦ blue 23

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

Shades of Torch Red #FC1217

Tints of Torch Red #FC1217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.14%

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

R = 86.01%
G = 6.14%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC1217 (or 0xFC1217) is known color: Torch Red. HEX triplet: FC, 12 and 17. RGB value is (252,18,23). Sum of RGB (Red+Green+Blue) = 252+18+23=293 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.01% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1217 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1217 is #03EDE8. Grayscale: #585858. Windows color (decimal): -257513 or 1512188. OLE color: 1512188.

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

Color convert

RGB 252 18 23 -
CMYK 0 0.93 0.91 0.01
HSL 358.72º 0.98% 0.53% -
HSV(B) 358.72º 0.93% 0.99% -
XYZ 40.52 21.19 2.77 -
YUV 88.54 91.02 244.59 -
System Red Green Blue C M Y K H S L
Decimal 252 18 23 0 0.93 0.91 0.01 358.72 0.98 0.53
Hex FC 12 17 0 5D 5B 1 167 62 35
Octal 374 22 27 0 135 133 1 547 142 65
Binary 11111100 10010 10111 0 1011101 1011011 1 101100111 1100010 110101

Color Harmonies of #FC1217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1217

Black with #FC1217

Text Example


Text Example

White with #FC1217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1217; }

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

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

background-color css

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

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

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

border-color css

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

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

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