#EC1A17

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

Shades of Scarlet #EC1A17

Tints of Scarlet #EC1A17

Color information

#EC1A17 (or 0xEC1A17) is unknown color: approx Scarlet. HEX triplet: EC, 1A and 17. RGB value is (236,26,23). Sum of RGB (Red+Green+Blue) = 236+26+23=285 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.81% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1A17 is #13E5E8. Grayscale: #585858. Windows color (decimal): -1304041 or 1514220. OLE color: 1514220.

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

Color convert

RGB2362623-
CMYK00.890.900.07
HSL0.85º84.86%50.78%-
HSV(B)0.85º90.25%92.55%-
XYZ35.1218.632.56-
YUV88.4591.07233.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 82.81%
GREEN value IS 26 (10.55% from 255) = 9.12%
BLUE value IS 23 (9.38% from 255) = 8.07%
R=82.81%
G=9.12%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236262300.890.900.070.8584.8650.78
HexEC1A170595A715533
Octal354322701311327112563
Binary11101100110101011101011001101101011111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1A17; }

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

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

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

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

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

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

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

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