#EC4719

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

Shades of Cinnabar #EC4719

Tints of Cinnabar #EC4719

Color information

#EC4719 (or 0xEC4719) is unknown color: approx Cinnabar. HEX triplet: EC, 47 and 19. RGB value is (236,71,25). Sum of RGB (Red+Green+Blue) = 236+71+25=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4719 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4719 is #13B8E6. Grayscale: #737373. Windows color (decimal): -1292519 or 1656812. OLE color: 1656812.

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

Color convert

RGB2367125-
CMYK00.700.890.07
HSL13.08º84.74%51.18%-
HSV(B)13.08º89.41%92.55%-
XYZ37.0222.413.29-
YUV115.0977.16214.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 71.08%
GREEN value IS 71 (28.12% from 255) = 21.39%
BLUE value IS 25 (10.16% from 255) = 7.53%
R=71.08%
G=21.39%
B=7.53%

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
Decimal236712500.700.890.0713.0884.7451.18
HexEC4719046597d5533
Octal35410731010613171512563
Binary1110110010001111100101000110101100111111011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4719; }

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

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

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

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

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

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

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

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