#EC1815

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

Shades of Scarlet #EC1815

Tints of Scarlet #EC1815

Color information

#EC1815 (or 0xEC1815) is unknown color: approx Scarlet. HEX triplet: EC, 18 and 15. RGB value is (236,24,21). Sum of RGB (Red+Green+Blue) = 236+24+21=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1815 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1815 is #13E7EA. Grayscale: #575757. Windows color (decimal): -1304555 or 1382636. OLE color: 1382636.

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

Color convert

RGB2362421-
CMYK00.900.910.07
HSL0.84º84.98%50.39%-
HSV(B)0.84º91.1%92.55%-
XYZ35.0518.542.44-
YUV87.0590.74234.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 83.99%
GREEN value IS 24 (9.77% from 255) = 8.54%
BLUE value IS 21 (8.59% from 255) = 7.47%
R=83.99%
G=8.54%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236242100.900.910.070.8484.9850.39
HexEC181505A5B715532
Octal354302501321337112562
Binary11101100110001010101011010101101111111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1815; }

 p { color: rgb(236,24,21); }

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

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

 a { background-color: rgb(236,24,21); }

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

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

 span { border-color: rgb(236,24,21); }

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