#EC1E17

Color #EC1E17 Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #EC1E17

Tints of Scarlet #EC1E17

Color information

#EC1E17 (or 0xEC1E17) is unknown color: approx Scarlet. HEX triplet: EC, 1E and 17. RGB value is (236,30,23). Sum of RGB (Red+Green+Blue) = 236+30+23=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1E17 is #13E1E8. Grayscale: #5B5B5B. Windows color (decimal): -1303017 or 1515244. OLE color: 1515244.

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

Color convert

RGB2363023-
CMYK00.870.900.07
HSL1.97º84.86%50.78%-
HSV(B)1.97º90.25%92.55%-
XYZ35.2118.822.59-
YUV90.889.75231.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 81.66%
GREEN value IS 30 (12.11% from 255) = 10.38%
BLUE value IS 23 (9.38% from 255) = 7.96%
R=81.66%
G=10.38%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236302300.870.900.071.9784.8650.78
HexEC1E170575A725533
Octal354362701271327212563
Binary111011001111010111010101111011010111101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1E17; }

 p { color: rgb(236,30,23); }

 H1.HeaderClassName
 {
   color: #EC1E17;
 }
 .AnyTagClassName
 {
   color: #EC1E17;
 }
</style>
background-color css

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

 a { background-color: rgb(236,30,23); }

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

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

 span { border-color: rgb(236,30,23); }

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