#EC453B

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

Shades of Cinnabar #EC453B

Tints of Cinnabar #EC453B

Color information

#EC453B (or 0xEC453B) is unknown color: approx Cinnabar. HEX triplet: EC, 45 and 3B. RGB value is (236,69,59). Sum of RGB (Red+Green+Blue) = 236+69+59=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 59 (23.44% from 255 or 16.21% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC453B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC453B is #13BAC4. Grayscale: #757575. Windows color (decimal): -1292997 or 3884524. OLE color: 3884524.

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

Color convert

RGB2366959-
CMYK00.710.750.07
HSL3.39º82.33%57.84%-
HSV(B)3.39º75%92.55%-
XYZ37.5122.46.49-
YUV117.7994.83212.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 64.84%
GREEN value IS 69 (27.34% from 255) = 18.96%
BLUE value IS 59 (23.44% from 255) = 16.21%
R=64.84%
G=18.96%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236695900.710.750.073.3982.3357.84
HexEC453B0474B73523a
Octal3541057301071137312272
Binary111011001000101111011010001111001011111111010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC453B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC453B; }

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

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

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

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

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

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

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

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