#EC3B37

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

Shades of Cinnabar #EC3B37

Tints of Cinnabar #EC3B37

Color information

#EC3B37 (or 0xEC3B37) is unknown color: approx Cinnabar. HEX triplet: EC, 3B and 37. RGB value is (236,59,55). Sum of RGB (Red+Green+Blue) = 236+59+55=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3B37 is #13C4C8. Grayscale: #6F6F6F. Windows color (decimal): -1295561 or 3619820. OLE color: 3619820.

HSL color Cylindrical-coordinate representation of color #EC3B37: hue angle of 1.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC3B37 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB2365955-
CMYK00.750.770.07
HSL1.33º82.65%57.06%-
HSV(B)1.33º76.69%92.55%-
XYZ36.8521.245.77-
YUV111.4796.14216.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 67.43%
GREEN value IS 59 (23.44% from 255) = 16.86%
BLUE value IS 55 (21.88% from 255) = 15.71%
R=67.43%
G=16.86%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236595500.750.770.071.3382.6557.06
HexEC3B3704B4D715339
Octal354736701131157112371
Binary1110110011101111011101001011100110111111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3B37; }

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

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

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

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

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

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

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

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