Shades of Cinnabar #ED3326
Tints of Cinnabar #ED3326
RGB
CMYK
RGB Variations
Color information
#ED3326 (or 0xED3326) is known color: Cinnabar. HEX triplet: ED, 33 and 26. RGB value is (237,51,38). Sum of RGB (Red+Green+Blue) = 237+51+38=326 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.70% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3326 is #12CCD9. Grayscale: #696969. Windows color (decimal): -1232090 or 2503661. OLE color: 2503661.
HSL color Cylindrical-coordinate representation of color #ED3326: hue angle of 3.92º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED3326 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 38 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.07 |
| HSL | 3.92º | 0.85% | 0.54% | - |
| HSV(B) | 3.92º | 0.84% | 0.93% | - |
| XYZ | 36.46 | 20.51 | 3.87 | - |
| YUV | 105.13 | 90.12 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 38 | 0 | 0.78 | 0.84 | 0.07 | 3.92 | 0.85 | 0.54 |
| Hex | ED | 33 | 26 | 0 | 4E | 54 | 7 | 4 | 55 | 36 |
| Octal | 355 | 63 | 46 | 0 | 116 | 124 | 7 | 4 | 125 | 66 |
| Binary | 11101101 | 110011 | 100110 | 0 | 1001110 | 1010100 | 111 | 100 | 1010101 | 110110 |
Color Harmonies of #ED3326
Complementary color
Monochromatic Colors of #ED3326
Black with #ED3326
Text Example
Text Example
White with #ED3326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3326; }
p { color: rgb(237,51,38); }
H1.HeaderClassName
{
color: #ED3326;
}
.AnyTagClassName
{
color: #ED3326;
}
</style>
background-color css
<style>
a { background-color: #ED3326; }
a { background-color: rgb(237,51,38); }
div.DivClassName
{
background-color: #ED3326;
}
.BgClassName
{
background-color: #ED3326;
}
</style>
border-color css
<style>
span { border-color: #ED3326; }
span { border-color: rgb(237,51,38); }
td.TdClassName
{
border-color: #ED3326;
}
.TagClassName
{
border-color: #ED3326;
}
</style>