Shades of Cinnabar #ED3232
Tints of Cinnabar #ED3232
RGB
CMYK
RGB Variations
Color information
#ED3232 (or 0xED3232) is known color: Cinnabar. HEX triplet: ED, 32 and 32. RGB value is (237,50,50). Sum of RGB (Red+Green+Blue) = 237+50+50=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3232 is #12CDCD. Grayscale: #6A6A6A. Windows color (decimal): -1232334 or 3289837. OLE color: 3289837.
HSL color Cylindrical-coordinate representation of color #ED3232: hue angle of 0º 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 #ED3232 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 50 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.07 |
| HSL | 0º | 0.84% | 0.56% | - |
| HSV(B) | 0º | 0.79% | 0.93% | - |
| XYZ | 36.64 | 20.52 | 5.05 | - |
| YUV | 105.91 | 96.45 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 50 | 0 | 0.79 | 0.79 | 0.07 | 0 | 0.84 | 0.56 |
| Hex | ED | 32 | 32 | 0 | 4F | 4F | 7 | 0 | 54 | 38 |
| Octal | 355 | 62 | 62 | 0 | 117 | 117 | 7 | 0 | 124 | 70 |
| Binary | 11101101 | 110010 | 110010 | 0 | 1001111 | 1001111 | 111 | 0 | 1010100 | 111000 |
Color Harmonies of #ED3232
Complementary color
Monochromatic Colors of #ED3232
Black with #ED3232
Text Example
Text Example
White with #ED3232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3232; }
p { color: rgb(237,50,50); }
H1.HeaderClassName
{
color: #ED3232;
}
.AnyTagClassName
{
color: #ED3232;
}
</style>
background-color css
<style>
a { background-color: #ED3232; }
a { background-color: rgb(237,50,50); }
div.DivClassName
{
background-color: #ED3232;
}
.BgClassName
{
background-color: #ED3232;
}
</style>
border-color css
<style>
span { border-color: #ED3232; }
span { border-color: rgb(237,50,50); }
td.TdClassName
{
border-color: #ED3232;
}
.TagClassName
{
border-color: #ED3232;
}
</style>