Shades of Cinnabar #ED4934
Tints of Cinnabar #ED4934
RGB
CMYK
RGB Variations
Color information
#ED4934 (or 0xED4934) is known color: Cinnabar. HEX triplet: ED, 49 and 34. RGB value is (237,73,52). Sum of RGB (Red+Green+Blue) = 237+73+52=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4934 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4934 is #12B6CB. Grayscale: #777777. Windows color (decimal): -1226444 or 3426797. OLE color: 3426797.
HSL color Cylindrical-coordinate representation of color #ED4934: hue angle of 6.81º 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 #ED4934 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 52 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.07 |
| HSL | 6.81º | 0.84% | 0.57% | - |
| HSV(B) | 6.81º | 0.78% | 0.93% | - |
| XYZ | 37.93 | 23.02 | 5.69 | - |
| YUV | 119.64 | 89.83 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 52 | 0 | 0.69 | 0.78 | 0.07 | 6.81 | 0.84 | 0.57 |
| Hex | ED | 49 | 34 | 0 | 45 | 4E | 7 | 7 | 54 | 39 |
| Octal | 355 | 111 | 64 | 0 | 105 | 116 | 7 | 7 | 124 | 71 |
| Binary | 11101101 | 1001001 | 110100 | 0 | 1000101 | 1001110 | 111 | 111 | 1010100 | 111001 |
Color Harmonies of #ED4934
Complementary color
Monochromatic Colors of #ED4934
Black with #ED4934
Text Example
Text Example
White with #ED4934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4934; }
p { color: rgb(237,73,52); }
H1.HeaderClassName
{
color: #ED4934;
}
.AnyTagClassName
{
color: #ED4934;
}
</style>
background-color css
<style>
a { background-color: #ED4934; }
a { background-color: rgb(237,73,52); }
div.DivClassName
{
background-color: #ED4934;
}
.BgClassName
{
background-color: #ED4934;
}
</style>
border-color css
<style>
span { border-color: #ED4934; }
span { border-color: rgb(237,73,52); }
td.TdClassName
{
border-color: #ED4934;
}
.TagClassName
{
border-color: #ED4934;
}
</style>