Shades of Cinnabar #ED3227
Tints of Cinnabar #ED3227
RGB
CMYK
RGB Variations
Color information
#ED3227 (or 0xED3227) is known color: Cinnabar. HEX triplet: ED, 32 and 27. RGB value is (237,50,39). Sum of RGB (Red+Green+Blue) = 237+50+39=326 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.70% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3227 is #12CDD8. Grayscale: #686868. Windows color (decimal): -1232345 or 2568941. OLE color: 2568941.
HSL color Cylindrical-coordinate representation of color #ED3227: hue angle of 3.33º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED3227 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 39 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.07 |
| HSL | 3.33º | 0.85% | 0.54% | - |
| HSV(B) | 3.33º | 0.84% | 0.93% | - |
| XYZ | 36.43 | 20.43 | 3.94 | - |
| YUV | 104.66 | 90.95 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 39 | 0 | 0.79 | 0.84 | 0.07 | 3.33 | 0.85 | 0.54 |
| Hex | ED | 32 | 27 | 0 | 4F | 54 | 7 | 3 | 55 | 36 |
| Octal | 355 | 62 | 47 | 0 | 117 | 124 | 7 | 3 | 125 | 66 |
| Binary | 11101101 | 110010 | 100111 | 0 | 1001111 | 1010100 | 111 | 11 | 1010101 | 110110 |
Color Harmonies of #ED3227
Complementary color
Monochromatic Colors of #ED3227
Black with #ED3227
Text Example
Text Example
White with #ED3227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3227; }
p { color: rgb(237,50,39); }
H1.HeaderClassName
{
color: #ED3227;
}
.AnyTagClassName
{
color: #ED3227;
}
</style>
background-color css
<style>
a { background-color: #ED3227; }
a { background-color: rgb(237,50,39); }
div.DivClassName
{
background-color: #ED3227;
}
.BgClassName
{
background-color: #ED3227;
}
</style>
border-color css
<style>
span { border-color: #ED3227; }
span { border-color: rgb(237,50,39); }
td.TdClassName
{
border-color: #ED3227;
}
.TagClassName
{
border-color: #ED3227;
}
</style>