Html Css Color HEX #FC111D Torch Red

📋 copy color: '#FC111D'

red 252 ◦ green 17 ◦ blue 29

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

Shades of Torch Red #FC111D

Tints of Torch Red #FC111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.73%

R = 84.56%
G = 5.7%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC111D (or 0xFC111D) is known color: Torch Red. HEX triplet: FC, 11 and 1D. RGB value is (252,17,29). Sum of RGB (Red+Green+Blue) = 252+17+29=298 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.56% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 252 - color contains mainly: red. Hex color #FC111D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC111D is #03EEE2. Grayscale: #585858. Windows color (decimal): -257763 or 1905148. OLE color: 1905148.

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

Color convert

RGB 252 17 29 -
CMYK 0 0.93 0.88 0.01
HSL 356.94º 0.98% 0.53% -
HSV(B) 356.94º 0.93% 0.99% -
XYZ 40.57 21.19 3.11 -
YUV 88.63 94.36 244.52 -
System Red Green Blue C M Y K H S L
Decimal 252 17 29 0 0.93 0.88 0.01 356.94 0.98 0.53
Hex FC 11 1D 0 5D 58 1 165 62 35
Octal 374 21 35 0 135 130 1 545 142 65
Binary 11111100 10001 11101 0 1011101 1011000 1 101100101 1100010 110101

Color Harmonies of #FC111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC111D

Black with #FC111D

Text Example


Text Example

White with #FC111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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