#EC391D

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

Shades of Cinnabar #EC391D

Tints of Cinnabar #EC391D

Color information

#EC391D (or 0xEC391D) is unknown color: approx Cinnabar. HEX triplet: EC, 39 and 1D. RGB value is (236,57,29). Sum of RGB (Red+Green+Blue) = 236+57+29=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC391D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC391D is #13C6E2. Grayscale: #6B6B6B. Windows color (decimal): -1296099 or 1915372. OLE color: 1915372.

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

Color convert

RGB2365729-
CMYK00.760.880.07
HSL8.12º84.49%51.96%-
HSV(B)8.12º87.71%92.55%-
XYZ36.2820.853.27-
YUV107.3383.8219.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 73.29%
GREEN value IS 57 (22.66% from 255) = 17.70%
BLUE value IS 29 (11.72% from 255) = 9.01%
R=73.29%
G=17.70%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236572900.760.880.078.1284.4951.96
HexEC391D04C58785434
Octal3547135011413071012464
Binary111011001110011110101001100101100011110001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC391D; }

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

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

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

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

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

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

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

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