#EC1E00

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

Shades of Scarlet #EC1E00

Tints of Scarlet #EC1E00

Color information

#EC1E00 (or 0xEC1E00) is unknown color: approx Scarlet. HEX triplet: EC, 1E and 00. RGB value is (236,30,0). Sum of RGB (Red+Green+Blue) = 236+30+0=266 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.72% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1E00 is #13E1FF. Grayscale: #585858. Windows color (decimal): -1303040 or 7916. OLE color: 7916.

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

Color convert

RGB236300-
CMYK00.8710.07
HSL7.63º100%46.27%-
HSV(B)7.63º100%92.55%-
XYZ35.0618.761.77-
YUV88.1778.25233.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 88.72%
GREEN value IS 30 (12.11% from 255) = 11.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.72%
G=11.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23630000.8710.077.6310046.27
HexEC1E00576478642e
Octal354360012714471014456
Binary1110110011110001010111110010011110001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1E00; }

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

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

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

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

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

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

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

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