#EC3B18

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

Shades of Cinnabar #EC3B18

Tints of Cinnabar #EC3B18

Color information

#EC3B18 (or 0xEC3B18) is unknown color: approx Cinnabar. HEX triplet: EC, 3B and 18. RGB value is (236,59,24). Sum of RGB (Red+Green+Blue) = 236+59+24=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3B18 is #13C4E7. Grayscale: #6C6C6C. Windows color (decimal): -1295592 or 1588204. OLE color: 1588204.

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

Color convert

RGB2365924-
CMYK00.750.900.07
HSL9.91º84.8%50.98%-
HSV(B)9.91º89.83%92.55%-
XYZ36.3221.033.01-
YUV107.9380.64219.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 73.98%
GREEN value IS 59 (23.44% from 255) = 18.50%
BLUE value IS 24 (9.77% from 255) = 7.52%
R=73.98%
G=18.50%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236592400.750.900.079.9184.850.98
HexEC3B1804B5A7a5533
Octal3547330011313271212563
Binary111011001110111100001001011101101011110101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3B18; }

 p { color: rgb(236,59,24); }

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

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

 a { background-color: rgb(236,59,24); }

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

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

 span { border-color: rgb(236,59,24); }

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