#EC3A1D

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

Shades of Cinnabar #EC3A1D

Tints of Cinnabar #EC3A1D

Color information

#EC3A1D (or 0xEC3A1D) is unknown color: approx Cinnabar. HEX triplet: EC, 3A and 1D. RGB value is (236,58,29). Sum of RGB (Red+Green+Blue) = 236+58+29=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3A1D is #13C5E2. Grayscale: #6C6C6C. Windows color (decimal): -1295843 or 1915628. OLE color: 1915628.

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

Color convert

RGB2365829-
CMYK00.750.880.07
HSL8.41º84.49%51.96%-
HSV(B)8.41º87.71%92.55%-
XYZ36.3320.953.29-
YUV107.9283.47219.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 73.07%
GREEN value IS 58 (23.05% from 255) = 17.96%
BLUE value IS 29 (11.72% from 255) = 8.98%
R=73.07%
G=17.96%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236582900.750.880.078.4184.4951.96
HexEC3A1D04B58785434
Octal3547235011313071012464
Binary111011001110101110101001011101100011110001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3A1D; }

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

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

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

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

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

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

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

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