#EC2017

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

Shades of Scarlet #EC2017

Tints of Scarlet #EC2017

Color information

#EC2017 (or 0xEC2017) is unknown color: approx Scarlet. HEX triplet: EC, 20 and 17. RGB value is (236,32,23). Sum of RGB (Red+Green+Blue) = 236+32+23=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2017 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2017 is #13DFE8. Grayscale: #5C5C5C. Windows color (decimal): -1302505 or 1515756. OLE color: 1515756.

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

Color convert

RGB2363223-
CMYK00.860.900.07
HSL2.54º84.86%50.78%-
HSV(B)2.54º90.25%92.55%-
XYZ35.2618.932.61-
YUV91.9789.09230.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 81.10%
GREEN value IS 32 (12.89% from 255) = 11.00%
BLUE value IS 23 (9.38% from 255) = 7.90%
R=81.10%
G=11.00%
B=7.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236322300.860.900.072.5484.8650.78
HexEC20170565A735533
Octal354402701261327312563
Binary1110110010000010111010101101011010111111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2017; }

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

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

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

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

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

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

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

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