#EC3A19

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

Shades of Cinnabar #EC3A19

Tints of Cinnabar #EC3A19

Color information

#EC3A19 (or 0xEC3A19) is unknown color: approx Cinnabar. HEX triplet: EC, 3A and 19. RGB value is (236,58,25). Sum of RGB (Red+Green+Blue) = 236+58+25=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3A19 is #13C5E6. Grayscale: #6B6B6B. Windows color (decimal): -1295847 or 1653484. OLE color: 1653484.

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

Color convert

RGB2365825-
CMYK00.750.890.07
HSL9.38º84.74%51.18%-
HSV(B)9.38º89.41%92.55%-
XYZ36.2820.933.05-
YUV107.4681.47219.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 73.98%
GREEN value IS 58 (23.05% from 255) = 18.18%
BLUE value IS 25 (10.16% from 255) = 7.84%
R=73.98%
G=18.18%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236582500.750.890.079.3884.7451.18
HexEC3A1904B59795533
Octal3547231011313171112563
Binary111011001110101100101001011101100111110011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3A19; }

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

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

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

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

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

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

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

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