Shades of Cinnabar #ED3228
Tints of Cinnabar #ED3228
RGB
CMYK
RGB Variations
Color information
#ED3228 (or 0xED3228) is known color: Cinnabar. HEX triplet: ED, 32 and 28. RGB value is (237,50,40). Sum of RGB (Red+Green+Blue) = 237+50+40=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3228 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3228 is #12CDD7. Grayscale: #696969. Windows color (decimal): -1232344 or 2634477. OLE color: 2634477.
HSL color Cylindrical-coordinate representation of color #ED3228: hue angle of 3.05º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED3228 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 40 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.07 |
| HSL | 3.05º | 0.85% | 0.54% | - |
| HSV(B) | 3.05º | 0.83% | 0.93% | - |
| XYZ | 36.45 | 20.44 | 4.03 | - |
| YUV | 104.77 | 91.45 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 40 | 0 | 0.79 | 0.83 | 0.07 | 3.05 | 0.85 | 0.54 |
| Hex | ED | 32 | 28 | 0 | 4F | 53 | 7 | 3 | 55 | 36 |
| Octal | 355 | 62 | 50 | 0 | 117 | 123 | 7 | 3 | 125 | 66 |
| Binary | 11101101 | 110010 | 101000 | 0 | 1001111 | 1010011 | 111 | 11 | 1010101 | 110110 |
Color Harmonies of #ED3228
Complementary color
Monochromatic Colors of #ED3228
Black with #ED3228
Text Example
Text Example
White with #ED3228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3228; }
p { color: rgb(237,50,40); }
H1.HeaderClassName
{
color: #ED3228;
}
.AnyTagClassName
{
color: #ED3228;
}
</style>
background-color css
<style>
a { background-color: #ED3228; }
a { background-color: rgb(237,50,40); }
div.DivClassName
{
background-color: #ED3228;
}
.BgClassName
{
background-color: #ED3228;
}
</style>
border-color css
<style>
span { border-color: #ED3228; }
span { border-color: rgb(237,50,40); }
td.TdClassName
{
border-color: #ED3228;
}
.TagClassName
{
border-color: #ED3228;
}
</style>