Shades of Cinnabar #EC2E2A
Tints of Cinnabar #EC2E2A
RGB
CMYK
RGB Variations
Color information
#EC2E2A (or 0xEC2E2A) is known color: Cinnabar. HEX triplet: EC, 2E and 2A. RGB value is (236,46,42). Sum of RGB (Red+Green+Blue) = 236+46+42=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2E2A is #13D1D5. Grayscale: #666666. Windows color (decimal): -1298902 or 2764524. OLE color: 2764524.
HSL color Cylindrical-coordinate representation of color #EC2E2A: hue angle of 1.24º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2E2A is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 42 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.07 |
| HSL | 1.24º | 0.84% | 0.55% | - |
| HSV(B) | 1.24º | 0.82% | 0.93% | - |
| XYZ | 35.99 | 19.95 | 4.15 | - |
| YUV | 102.35 | 93.95 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 42 | 0 | 0.81 | 0.82 | 0.07 | 1.24 | 0.84 | 0.55 |
| Hex | EC | 2E | 2A | 0 | 51 | 52 | 7 | 1 | 54 | 37 |
| Octal | 354 | 56 | 52 | 0 | 121 | 122 | 7 | 1 | 124 | 67 |
| Binary | 11101100 | 101110 | 101010 | 0 | 1010001 | 1010010 | 111 | 1 | 1010100 | 110111 |
Color Harmonies of #EC2E2A
Complementary color
Monochromatic Colors of #EC2E2A
Black with #EC2E2A
Text Example
Text Example
White with #EC2E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2E2A; }
p { color: rgb(236,46,42); }
H1.HeaderClassName
{
color: #EC2E2A;
}
.AnyTagClassName
{
color: #EC2E2A;
}
</style>
background-color css
<style>
a { background-color: #EC2E2A; }
a { background-color: rgb(236,46,42); }
div.DivClassName
{
background-color: #EC2E2A;
}
.BgClassName
{
background-color: #EC2E2A;
}
</style>
border-color css
<style>
span { border-color: #EC2E2A; }
span { border-color: rgb(236,46,42); }
td.TdClassName
{
border-color: #EC2E2A;
}
.TagClassName
{
border-color: #EC2E2A;
}
</style>