Shades of Cinnabar #ED4638
Tints of Cinnabar #ED4638
RGB
CMYK
RGB Variations
Color information
#ED4638 (or 0xED4638) is known color: Cinnabar. HEX triplet: ED, 46 and 38. RGB value is (237,70,56). Sum of RGB (Red+Green+Blue) = 237+70+56=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4638 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4638 is #12B9C7. Grayscale: #767676. Windows color (decimal): -1227208 or 3688173. OLE color: 3688173.
HSL color Cylindrical-coordinate representation of color #ED4638: hue angle of 4.64º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED4638 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 56 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.07 |
| HSL | 4.64º | 0.83% | 0.57% | - |
| HSV(B) | 4.64º | 0.76% | 0.93% | - |
| XYZ | 37.83 | 22.67 | 6.12 | - |
| YUV | 118.34 | 92.83 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 56 | 0 | 0.70 | 0.76 | 0.07 | 4.64 | 0.83 | 0.57 |
| Hex | ED | 46 | 38 | 0 | 46 | 4C | 7 | 5 | 53 | 39 |
| Octal | 355 | 106 | 70 | 0 | 106 | 114 | 7 | 5 | 123 | 71 |
| Binary | 11101101 | 1000110 | 111000 | 0 | 1000110 | 1001100 | 111 | 101 | 1010011 | 111001 |
Color Harmonies of #ED4638
Complementary color
Monochromatic Colors of #ED4638
Black with #ED4638
Text Example
Text Example
White with #ED4638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4638; }
p { color: rgb(237,70,56); }
H1.HeaderClassName
{
color: #ED4638;
}
.AnyTagClassName
{
color: #ED4638;
}
</style>
background-color css
<style>
a { background-color: #ED4638; }
a { background-color: rgb(237,70,56); }
div.DivClassName
{
background-color: #ED4638;
}
.BgClassName
{
background-color: #ED4638;
}
</style>
border-color css
<style>
span { border-color: #ED4638; }
span { border-color: rgb(237,70,56); }
td.TdClassName
{
border-color: #ED4638;
}
.TagClassName
{
border-color: #ED4638;
}
</style>