Html Css Color HEX #EC2011 Scarlet

📋 copy color: '#EC2011'

red 236 ◦ green 32 ◦ blue 17

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

Shades of Scarlet #EC2011

Tints of Scarlet #EC2011

RGB

 RED value IS 236 (92.58% from 255) = 82.81%

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

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

R = 82.81%
G = 11.23%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC2011 (or 0xEC2011) is known color: Scarlet. HEX triplet: EC, 20 and 11. RGB value is (236,32,17). Sum of RGB (Red+Green+Blue) = 236+32+17=285 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.81% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2011 is #13DFEE. Grayscale: #5B5B5B. Windows color (decimal): -1302511 or 1122540. OLE color: 1122540.

HSL color Cylindrical-coordinate representation of color #EC2011: hue angle of 4.11º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC2011 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 32 17 -
CMYK 0 0.86 0.93 0.07
HSL 4.11º 0.87% 0.5% -
HSV(B) 4.11º 0.93% 0.93% -
XYZ 35.21 18.91 2.32 -
YUV 91.29 86.09 231.22 -
System Red Green Blue C M Y K H S L
Decimal 236 32 17 0 0.86 0.93 0.07 4.11 0.87 0.5
Hex EC 20 11 0 56 5D 7 4 57 32
Octal 354 40 21 0 126 135 7 4 127 62
Binary 11101100 100000 10001 0 1010110 1011101 111 100 1010111 110010

Color Harmonies of #EC2011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2011

Black with #EC2011

Text Example


Text Example

White with #EC2011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2011; }

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

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

background-color css

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

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

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

border-color css

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

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

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