Html Css Color HEX #FC1311 Red

📋 copy color: '#FC1311'

red 252 ◦ green 19 ◦ blue 17

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

Shades of Red #FC1311

Tints of Red #FC1311

RGB

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

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

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

R = 87.5%
G = 6.6%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC1311 (or 0xFC1311) is known color: Red. HEX triplet: FC, 13 and 11. RGB value is (252,19,17). Sum of RGB (Red+Green+Blue) = 252+19+17=288 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.5% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1311 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1311 is #03ECEE. Grayscale: #585858. Windows color (decimal): -257263 or 1119228. OLE color: 1119228.

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

Color convert

RGB 252 19 17 -
CMYK 0 0.92 0.93 0.01
HSL 0.51º 0.98% 0.53% -
HSV(B) 0.51º 0.93% 0.99% -
XYZ 40.48 21.2 2.49 -
YUV 88.44 87.69 244.66 -
System Red Green Blue C M Y K H S L
Decimal 252 19 17 0 0.92 0.93 0.01 0.51 0.98 0.53
Hex FC 13 11 0 5C 5D 1 1 62 35
Octal 374 23 21 0 134 135 1 1 142 65
Binary 11111100 10011 10001 0 1011100 1011101 1 1 1100010 110101

Color Harmonies of #FC1311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1311

Black with #FC1311

Text Example


Text Example

White with #FC1311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1311; }

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

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

background-color css

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

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

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

border-color css

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

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

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