#EC1F17

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

Shades of Scarlet #EC1F17

Tints of Scarlet #EC1F17

Color information

#EC1F17 (or 0xEC1F17) is unknown color: approx Scarlet. HEX triplet: EC, 1F and 17. RGB value is (236,31,23). Sum of RGB (Red+Green+Blue) = 236+31+23=290 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.38% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1F17 is #13E0E8. Grayscale: #5B5B5B. Windows color (decimal): -1302761 or 1515500. OLE color: 1515500.

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

Color convert

RGB2363123-
CMYK00.870.900.07
HSL2.25º84.86%50.78%-
HSV(B)2.25º90.25%92.55%-
XYZ35.2418.872.6-
YUV91.3889.42231.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 81.38%
GREEN value IS 31 (12.5% from 255) = 10.69%
BLUE value IS 23 (9.38% from 255) = 7.93%
R=81.38%
G=10.69%
B=7.93%

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
Decimal236312300.870.900.072.2584.8650.78
HexEC1F170575A725533
Octal354372701271327212563
Binary111011001111110111010101111011010111101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1F17; }

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

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

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

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

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

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

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

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