#EC3828

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

Shades of Cinnabar #EC3828

Tints of Cinnabar #EC3828

Color information

#EC3828 (or 0xEC3828) is unknown color: approx Cinnabar. HEX triplet: EC, 38 and 28. RGB value is (236,56,40). Sum of RGB (Red+Green+Blue) = 236+56+40=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3828 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3828 is #13C7D7. Grayscale: #6C6C6C. Windows color (decimal): -1296344 or 2636012. OLE color: 2636012.

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

Color convert

RGB2365640-
CMYK00.760.830.07
HSL4.9º83.76%54.12%-
HSV(B)4.9º83.05%92.55%-
XYZ36.3920.814.11-
YUV10889.63219.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 71.08%
GREEN value IS 56 (22.27% from 255) = 16.87%
BLUE value IS 40 (16.02% from 255) = 12.05%
R=71.08%
G=16.87%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236564000.760.830.074.983.7654.12
HexEC382804C53755436
Octal354705001141237512466
Binary111011001110001010000100110010100111111011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3828; }

 p { color: rgb(236,56,40); }

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

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

 a { background-color: rgb(236,56,40); }

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

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

 span { border-color: rgb(236,56,40); }

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