Html Css Color HEX #EC2111 Scarlet

📋 copy color: '#EC2111'

red 236 ◦ green 33 ◦ blue 17

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

Shades of Scarlet #EC2111

Tints of Scarlet #EC2111

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.54%

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

R = 82.52%
G = 11.54%
B = 5.94%

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

#EC2111 (or 0xEC2111) is known color: Scarlet. HEX triplet: EC, 21 and 11. RGB value is (236,33,17). Sum of RGB (Red+Green+Blue) = 236+33+17=286 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.52% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2111 is #13DEEE. Grayscale: #5C5C5C. Windows color (decimal): -1302255 or 1122796. OLE color: 1122796.

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

Color convert

RGB 236 33 17 -
CMYK 0 0.86 0.93 0.07
HSL 4.38º 0.87% 0.5% -
HSV(B) 4.38º 0.93% 0.93% -
XYZ 35.24 18.96 2.33 -
YUV 91.87 85.75 230.8 -
System Red Green Blue C M Y K H S L
Decimal 236 33 17 0 0.86 0.93 0.07 4.38 0.87 0.5
Hex EC 21 11 0 56 5D 7 4 57 32
Octal 354 41 21 0 126 135 7 4 127 62
Binary 11101100 100001 10001 0 1010110 1011101 111 100 1010111 110010

Color Harmonies of #EC2111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2111

Black with #EC2111

Text Example


Text Example

White with #EC2111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2111; }

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

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

background-color css

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

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

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

border-color css

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

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

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