Shades of Cinnabar #ED4035
Tints of Cinnabar #ED4035
RGB
CMYK
RGB Variations
Color information
#ED4035 (or 0xED4035) is known color: Cinnabar. HEX triplet: ED, 40 and 35. RGB value is (237,64,53). Sum of RGB (Red+Green+Blue) = 237+64+53=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4035 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4035 is #12BFCA. Grayscale: #727272. Windows color (decimal): -1228747 or 3490029. OLE color: 3490029.
HSL color Cylindrical-coordinate representation of color #ED4035: hue angle of 3.59º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED4035 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 64 | 53 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.07 |
| HSL | 3.59º | 0.84% | 0.57% | - |
| HSV(B) | 3.59º | 0.78% | 0.93% | - |
| XYZ | 37.4 | 21.93 | 5.63 | - |
| YUV | 114.47 | 93.31 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 53 | 0 | 0.73 | 0.78 | 0.07 | 3.59 | 0.84 | 0.57 |
| Hex | ED | 40 | 35 | 0 | 49 | 4E | 7 | 4 | 54 | 39 |
| Octal | 355 | 100 | 65 | 0 | 111 | 116 | 7 | 4 | 124 | 71 |
| Binary | 11101101 | 1000000 | 110101 | 0 | 1001001 | 1001110 | 111 | 100 | 1010100 | 111001 |
Color Harmonies of #ED4035
Complementary color
Monochromatic Colors of #ED4035
Black with #ED4035
Text Example
Text Example
White with #ED4035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4035; }
p { color: rgb(237,64,53); }
H1.HeaderClassName
{
color: #ED4035;
}
.AnyTagClassName
{
color: #ED4035;
}
</style>
background-color css
<style>
a { background-color: #ED4035; }
a { background-color: rgb(237,64,53); }
div.DivClassName
{
background-color: #ED4035;
}
.BgClassName
{
background-color: #ED4035;
}
</style>
border-color css
<style>
span { border-color: #ED4035; }
span { border-color: rgb(237,64,53); }
td.TdClassName
{
border-color: #ED4035;
}
.TagClassName
{
border-color: #ED4035;
}
</style>