Html Css Color HEX #FC2011 Scarlet

📋 copy color: '#FC2011'

red 252 ◦ green 32 ◦ blue 17

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

Shades of Scarlet #FC2011

Tints of Scarlet #FC2011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.63%

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

R = 83.72%
G = 10.63%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC2011 (or 0xFC2011) is known color: Scarlet. HEX triplet: FC, 20 and 11. RGB value is (252,32,17). Sum of RGB (Red+Green+Blue) = 252+32+17=301 (39% of max value = 765). Red value is 252 (98.83% from 255 or 83.72% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2011 is #03DFEE. Grayscale: #606060. Windows color (decimal): -253935 or 1122556. OLE color: 1122556.

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

Color convert

RGB 252 32 17 -
CMYK 0 0.87 0.93 0.01
HSL 3.83º 0.98% 0.53% -
HSV(B) 3.83º 0.93% 0.99% -
XYZ 40.76 21.77 2.58 -
YUV 96.07 83.39 239.22 -
System Red Green Blue C M Y K H S L
Decimal 252 32 17 0 0.87 0.93 0.01 3.83 0.98 0.53
Hex FC 20 11 0 57 5D 1 4 62 35
Octal 374 40 21 0 127 135 1 4 142 65
Binary 11111100 100000 10001 0 1010111 1011101 1 100 1100010 110101

Color Harmonies of #FC2011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2011

Black with #FC2011

Text Example


Text Example

White with #FC2011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2011; }

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

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

background-color css

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

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

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

border-color css

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

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

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