#EC4619

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

Shades of Cinnabar #EC4619

Tints of Cinnabar #EC4619

Color information

#EC4619 (or 0xEC4619) is unknown color: approx Cinnabar. HEX triplet: EC, 46 and 19. RGB value is (236,70,25). Sum of RGB (Red+Green+Blue) = 236+70+25=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4619 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4619 is #13B9E6. Grayscale: #727272. Windows color (decimal): -1292775 or 1656556. OLE color: 1656556.

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

Color convert

RGB2367025-
CMYK00.700.890.07
HSL12.8º84.74%51.18%-
HSV(B)12.8º89.41%92.55%-
XYZ36.9622.283.27-
YUV114.577.5214.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 71.30%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 25 (10.16% from 255) = 7.55%
R=71.30%
G=21.15%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236702500.700.890.0712.884.7451.18
HexEC4619046597d5533
Octal35410631010613171512563
Binary1110110010001101100101000110101100111111011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4619; }

 p { color: rgb(236,70,25); }

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

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

 a { background-color: rgb(236,70,25); }

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

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

 span { border-color: rgb(236,70,25); }

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