#EC403A

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

Shades of Cinnabar #EC403A

Tints of Cinnabar #EC403A

Color information

#EC403A (or 0xEC403A) is unknown color: approx Cinnabar. HEX triplet: EC, 40 and 3A. RGB value is (236,64,58). Sum of RGB (Red+Green+Blue) = 236+64+58=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC403A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC403A is #13BFC5. Grayscale: #727272. Windows color (decimal): -1294278 or 3817708. OLE color: 3817708.

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

Color convert

RGB2366458-
CMYK00.730.750.07
HSL2.02º82.41%57.65%-
HSV(B)2.02º75.42%92.55%-
XYZ37.1921.816.25-
YUV114.7495.98214.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 65.92%
GREEN value IS 64 (25.39% from 255) = 17.88%
BLUE value IS 58 (23.05% from 255) = 16.20%
R=65.92%
G=17.88%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236645800.730.750.072.0282.4157.65
HexEC403A0494B72523a
Octal3541007201111137212272
Binary111011001000000111010010010011001011111101010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC403A; }

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

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

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

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

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

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

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

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