Html Css Color HEX #FC1011 Torch Red

📋 copy color: '#FC1011'

red 252 ◦ green 16 ◦ blue 17

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

Shades of Torch Red #FC1011

Tints of Torch Red #FC1011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.61%

 BLUE value IS 17 (7.03% from 255) = 5.96%

R = 88.42%
G = 5.61%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC1011 (or 0xFC1011) is known color: Torch Red. HEX triplet: FC, 10 and 11. RGB value is (252,16,17). Sum of RGB (Red+Green+Blue) = 252+16+17=285 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.42% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1011 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1011 is #03EFEE. Grayscale: #565656. Windows color (decimal): -258031 or 1118460. OLE color: 1118460.

HSL color Cylindrical-coordinate representation of color #FC1011: hue angle of 359.75º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC1011 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 16 17 -
CMYK 0 0.94 0.93 0.01
HSL 359.75º 0.98% 0.53% -
HSV(B) 359.75º 0.94% 0.99% -
XYZ 40.43 21.11 2.47 -
YUV 86.68 88.69 245.92 -
System Red Green Blue C M Y K H S L
Decimal 252 16 17 0 0.94 0.93 0.01 359.75 0.98 0.53
Hex FC 10 11 0 5E 5D 1 168 62 35
Octal 374 20 21 0 136 135 1 550 142 65
Binary 11111100 10000 10001 0 1011110 1011101 1 101101000 1100010 110101

Color Harmonies of #FC1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1011

Black with #FC1011

Text Example


Text Example

White with #FC1011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1011; }

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

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

background-color css

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

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

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

border-color css

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

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

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