Html Css Color HEX #FC1114 Torch Red

📋 copy color: '#FC1114'

red 252 ◦ green 17 ◦ blue 20

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

Shades of Torch Red #FC1114

Tints of Torch Red #FC1114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.88%

 BLUE value IS 20 (8.2% from 255) = 6.92%

R = 87.2%
G = 5.88%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC1114 (or 0xFC1114) is known color: Torch Red. HEX triplet: FC, 11 and 14. RGB value is (252,17,20). Sum of RGB (Red+Green+Blue) = 252+17+20=289 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.20% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1114 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1114 is #03EEEB. Grayscale: #575757. Windows color (decimal): -257772 or 1315324. OLE color: 1315324.

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

Color convert

RGB 252 17 20 -
CMYK 0 0.93 0.92 0.01
HSL 359.23º 0.98% 0.53% -
HSV(B) 359.23º 0.93% 0.99% -
XYZ 40.47 21.15 2.61 -
YUV 87.61 89.86 245.26 -
System Red Green Blue C M Y K H S L
Decimal 252 17 20 0 0.93 0.92 0.01 359.23 0.98 0.53
Hex FC 11 14 0 5D 5C 1 167 62 35
Octal 374 21 24 0 135 134 1 547 142 65
Binary 11111100 10001 10100 0 1011101 1011100 1 101100111 1100010 110101

Color Harmonies of #FC1114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1114

Black with #FC1114

Text Example


Text Example

White with #FC1114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1114; }

 p { color: rgb(252,17,20); }

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

background-color css

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

 a { background-color: rgb(252,17,20); }

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

border-color css

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

 span { border-color: rgb(252,17,20); }

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