Shades of Cinnabar #EC281E
Tints of Cinnabar #EC281E
RGB
CMYK
RGB Variations
Color information
#EC281E (or 0xEC281E) is known color: Cinnabar. HEX triplet: EC, 28 and 1E. RGB value is (236,40,30). Sum of RGB (Red+Green+Blue) = 236+40+30=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC281E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC281E is #13D7E1. Grayscale: #616161. Windows color (decimal): -1300450 or 1976556. OLE color: 1976556.
HSL color Cylindrical-coordinate representation of color #EC281E: hue angle of 2.91º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC281E is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 30 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.07 |
| HSL | 2.91º | 0.84% | 0.52% | - |
| HSV(B) | 2.91º | 0.87% | 0.93% | - |
| XYZ | 35.59 | 19.44 | 3.11 | - |
| YUV | 97.46 | 89.93 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 30 | 0 | 0.83 | 0.87 | 0.07 | 2.91 | 0.84 | 0.52 |
| Hex | EC | 28 | 1E | 0 | 53 | 57 | 7 | 3 | 54 | 34 |
| Octal | 354 | 50 | 36 | 0 | 123 | 127 | 7 | 3 | 124 | 64 |
| Binary | 11101100 | 101000 | 11110 | 0 | 1010011 | 1010111 | 111 | 11 | 1010100 | 110100 |
Color Harmonies of #EC281E
Complementary color
Monochromatic Colors of #EC281E
Black with #EC281E
Text Example
Text Example
White with #EC281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC281E; }
p { color: rgb(236,40,30); }
H1.HeaderClassName
{
color: #EC281E;
}
.AnyTagClassName
{
color: #EC281E;
}
</style>
background-color css
<style>
a { background-color: #EC281E; }
a { background-color: rgb(236,40,30); }
div.DivClassName
{
background-color: #EC281E;
}
.BgClassName
{
background-color: #EC281E;
}
</style>
border-color css
<style>
span { border-color: #EC281E; }
span { border-color: rgb(236,40,30); }
td.TdClassName
{
border-color: #EC281E;
}
.TagClassName
{
border-color: #EC281E;
}
</style>