#EC2A1D

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

Shades of Cinnabar #EC2A1D

Tints of Cinnabar #EC2A1D

Color information

#EC2A1D (or 0xEC2A1D) is unknown color: approx Cinnabar. HEX triplet: EC, 2A and 1D. RGB value is (236,42,29). Sum of RGB (Red+Green+Blue) = 236+42+29=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2A1D is #13D5E2. Grayscale: #626262. Windows color (decimal): -1299939 or 1911532. OLE color: 1911532.

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

Color convert

RGB2364229-
CMYK00.820.880.07
HSL3.77º84.49%51.96%-
HSV(B)3.77º87.71%92.55%-
XYZ35.6419.583.06-
YUV98.5288.77226.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 76.87%
GREEN value IS 42 (16.80% from 255) = 13.68%
BLUE value IS 29 (11.72% from 255) = 9.45%
R=76.87%
G=13.68%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236422900.820.880.073.7784.4951.96
HexEC2A1D05258745434
Octal354523501221307412464
Binary11101100101010111010101001010110001111001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2A1D; }

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

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

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

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

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

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

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

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