Shades of Cinnabar #ED3728
Tints of Cinnabar #ED3728
RGB
CMYK
RGB Variations
Color information
#ED3728 (or 0xED3728) is known color: Cinnabar. HEX triplet: ED, 37 and 28. RGB value is (237,55,40). Sum of RGB (Red+Green+Blue) = 237+55+40=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3728 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3728 is #12C8D7. Grayscale: #6B6B6B. Windows color (decimal): -1231064 or 2635757. OLE color: 2635757.
HSL color Cylindrical-coordinate representation of color #ED3728: hue angle of 4.57º 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 #ED3728 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 40 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.07 |
| HSL | 4.57º | 0.85% | 0.54% | - |
| HSV(B) | 4.57º | 0.83% | 0.93% | - |
| XYZ | 36.67 | 20.89 | 4.11 | - |
| YUV | 107.71 | 89.8 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 40 | 0 | 0.77 | 0.83 | 0.07 | 4.57 | 0.85 | 0.54 |
| Hex | ED | 37 | 28 | 0 | 4D | 53 | 7 | 5 | 55 | 36 |
| Octal | 355 | 67 | 50 | 0 | 115 | 123 | 7 | 5 | 125 | 66 |
| Binary | 11101101 | 110111 | 101000 | 0 | 1001101 | 1010011 | 111 | 101 | 1010101 | 110110 |
Color Harmonies of #ED3728
Complementary color
Monochromatic Colors of #ED3728
Black with #ED3728
Text Example
Text Example
White with #ED3728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3728; }
p { color: rgb(237,55,40); }
H1.HeaderClassName
{
color: #ED3728;
}
.AnyTagClassName
{
color: #ED3728;
}
</style>
background-color css
<style>
a { background-color: #ED3728; }
a { background-color: rgb(237,55,40); }
div.DivClassName
{
background-color: #ED3728;
}
.BgClassName
{
background-color: #ED3728;
}
</style>
border-color css
<style>
span { border-color: #ED3728; }
span { border-color: rgb(237,55,40); }
td.TdClassName
{
border-color: #ED3728;
}
.TagClassName
{
border-color: #ED3728;
}
</style>