#EC4831

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

Shades of Cinnabar #EC4831

Tints of Cinnabar #EC4831

Color information

#EC4831 (or 0xEC4831) is unknown color: approx Cinnabar. HEX triplet: EC, 48 and 31. RGB value is (236,72,49). Sum of RGB (Red+Green+Blue) = 236+72+49=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4831 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4831 is #13B7CE. Grayscale: #767676. Windows color (decimal): -1292239 or 3229932. OLE color: 3229932.

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

Color convert

RGB2367249-
CMYK00.690.790.07
HSL7.38º83.11%55.88%-
HSV(B)7.38º79.24%92.55%-
XYZ37.4622.695.31-
YUV118.4188.83211.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 66.11%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 49 (19.53% from 255) = 13.73%
R=66.11%
G=20.17%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236724900.690.790.077.3883.1155.88
HexEC48310454F775338
Octal3541106101051177712370
Binary1110110010010001100010100010110011111111111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4831; }

 p { color: rgb(236,72,49); }

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

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

 a { background-color: rgb(236,72,49); }

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

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

 span { border-color: rgb(236,72,49); }

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