Shades of Cinnabar #ED4232
Tints of Cinnabar #ED4232
RGB
CMYK
RGB Variations
Color information
#ED4232 (or 0xED4232) is known color: Cinnabar. HEX triplet: ED, 42 and 32. RGB value is (237,66,50). Sum of RGB (Red+Green+Blue) = 237+66+50=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4232 is #12BDCD. Grayscale: #737373. Windows color (decimal): -1228238 or 3293933. OLE color: 3293933.
HSL color Cylindrical-coordinate representation of color #ED4232: hue angle of 5.13º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED4232 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 66 | 50 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.07 |
| HSL | 5.13º | 0.84% | 0.56% | - |
| HSV(B) | 5.13º | 0.79% | 0.93% | - |
| XYZ | 37.45 | 22.13 | 5.32 | - |
| YUV | 115.31 | 91.15 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 66 | 50 | 0 | 0.72 | 0.79 | 0.07 | 5.13 | 0.84 | 0.56 |
| Hex | ED | 42 | 32 | 0 | 48 | 4F | 7 | 5 | 54 | 38 |
| Octal | 355 | 102 | 62 | 0 | 110 | 117 | 7 | 5 | 124 | 70 |
| Binary | 11101101 | 1000010 | 110010 | 0 | 1001000 | 1001111 | 111 | 101 | 1010100 | 111000 |
Color Harmonies of #ED4232
Complementary color
Monochromatic Colors of #ED4232
Black with #ED4232
Text Example
Text Example
White with #ED4232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4232; }
p { color: rgb(237,66,50); }
H1.HeaderClassName
{
color: #ED4232;
}
.AnyTagClassName
{
color: #ED4232;
}
</style>
background-color css
<style>
a { background-color: #ED4232; }
a { background-color: rgb(237,66,50); }
div.DivClassName
{
background-color: #ED4232;
}
.BgClassName
{
background-color: #ED4232;
}
</style>
border-color css
<style>
span { border-color: #ED4232; }
span { border-color: rgb(237,66,50); }
td.TdClassName
{
border-color: #ED4232;
}
.TagClassName
{
border-color: #ED4232;
}
</style>