Html Css Color HEX #FC1316 Torch Red

📋 copy color: '#FC1316'

red 252 ◦ green 19 ◦ blue 22

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

Shades of Torch Red #FC1316

Tints of Torch Red #FC1316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.48%

 BLUE value IS 22 (8.98% from 255) = 7.51%

R = 86.01%
G = 6.48%
B = 7.51%

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

#FC1316 (or 0xFC1316) is known color: Torch Red. HEX triplet: FC, 13 and 16. RGB value is (252,19,22). Sum of RGB (Red+Green+Blue) = 252+19+22=293 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.01% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1316 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1316 is #03ECE9. Grayscale: #595959. Windows color (decimal): -257258 or 1446908. OLE color: 1446908.

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

Color convert

RGB 252 19 22 -
CMYK 0 0.92 0.91 0.01
HSL 359.23º 0.97% 0.53% -
HSV(B) 359.23º 0.92% 0.99% -
XYZ 40.52 21.22 2.72 -
YUV 89.01 90.19 244.26 -
System Red Green Blue C M Y K H S L
Decimal 252 19 22 0 0.92 0.91 0.01 359.23 0.97 0.53
Hex FC 13 16 0 5C 5B 1 167 61 35
Octal 374 23 26 0 134 133 1 547 141 65
Binary 11111100 10011 10110 0 1011100 1011011 1 101100111 1100001 110101

Color Harmonies of #FC1316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1316

Black with #FC1316

Text Example


Text Example

White with #FC1316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1316; }

 p { color: rgb(252,19,22); }

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

background-color css

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

 a { background-color: rgb(252,19,22); }

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

border-color css

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

 span { border-color: rgb(252,19,22); }

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