Shades of Cinnabar #ED3428
Tints of Cinnabar #ED3428
RGB
CMYK
RGB Variations
Color information
#ED3428 (or 0xED3428) is known color: Cinnabar. HEX triplet: ED, 34 and 28. RGB value is (237,52,40). Sum of RGB (Red+Green+Blue) = 237+52+40=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3428 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3428 is #12CBD7. Grayscale: #6A6A6A. Windows color (decimal): -1231832 or 2634989. OLE color: 2634989.
HSL color Cylindrical-coordinate representation of color #ED3428: hue angle of 3.65º 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 #ED3428 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 40 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.07 |
| HSL | 3.65º | 0.85% | 0.54% | - |
| HSV(B) | 3.65º | 0.83% | 0.93% | - |
| XYZ | 36.54 | 20.61 | 4.06 | - |
| YUV | 105.95 | 90.79 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 40 | 0 | 0.78 | 0.83 | 0.07 | 3.65 | 0.85 | 0.54 |
| Hex | ED | 34 | 28 | 0 | 4E | 53 | 7 | 4 | 55 | 36 |
| Octal | 355 | 64 | 50 | 0 | 116 | 123 | 7 | 4 | 125 | 66 |
| Binary | 11101101 | 110100 | 101000 | 0 | 1001110 | 1010011 | 111 | 100 | 1010101 | 110110 |
Color Harmonies of #ED3428
Complementary color
Monochromatic Colors of #ED3428
Black with #ED3428
Text Example
Text Example
White with #ED3428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3428; }
p { color: rgb(237,52,40); }
H1.HeaderClassName
{
color: #ED3428;
}
.AnyTagClassName
{
color: #ED3428;
}
</style>
background-color css
<style>
a { background-color: #ED3428; }
a { background-color: rgb(237,52,40); }
div.DivClassName
{
background-color: #ED3428;
}
.BgClassName
{
background-color: #ED3428;
}
</style>
border-color css
<style>
span { border-color: #ED3428; }
span { border-color: rgb(237,52,40); }
td.TdClassName
{
border-color: #ED3428;
}
.TagClassName
{
border-color: #ED3428;
}
</style>