#EC411D

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

Shades of Cinnabar #EC411D

Tints of Cinnabar #EC411D

Color information

#EC411D (or 0xEC411D) is unknown color: approx Cinnabar. HEX triplet: EC, 41 and 1D. RGB value is (236,65,29). Sum of RGB (Red+Green+Blue) = 236+65+29=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC411D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC411D is #13BEE2. Grayscale: #707070. Windows color (decimal): -1294051 or 1917420. OLE color: 1917420.

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

Color convert

RGB2366529-
CMYK00.720.880.07
HSL10.43º84.49%51.96%-
HSV(B)10.43º87.71%92.55%-
XYZ36.721.73.42-
YUV112.0281.15216.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 71.52%
GREEN value IS 65 (25.78% from 255) = 19.70%
BLUE value IS 29 (11.72% from 255) = 8.79%
R=71.52%
G=19.70%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236652900.720.880.0710.4384.4951.96
HexEC411D048587a5434
Octal35410135011013071212464
Binary1110110010000011110101001000101100011110101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC411D; }

 p { color: rgb(236,65,29); }

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

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

 a { background-color: rgb(236,65,29); }

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

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

 span { border-color: rgb(236,65,29); }

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