Shades of Cinnabar #ED332A
Tints of Cinnabar #ED332A
RGB
CMYK
RGB Variations
Color information
#ED332A (or 0xED332A) is known color: Cinnabar. HEX triplet: ED, 33 and 2A. RGB value is (237,51,42). Sum of RGB (Red+Green+Blue) = 237+51+42=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED332A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED332A is #12CCD5. Grayscale: #696969. Windows color (decimal): -1232086 or 2765805. OLE color: 2765805.
HSL color Cylindrical-coordinate representation of color #ED332A: hue angle of 2.77º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED332A is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 42 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.07 |
| HSL | 2.77º | 0.84% | 0.55% | - |
| HSV(B) | 2.77º | 0.82% | 0.93% | - |
| XYZ | 36.53 | 20.54 | 4.23 | - |
| YUV | 105.59 | 92.12 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 42 | 0 | 0.78 | 0.82 | 0.07 | 2.77 | 0.84 | 0.55 |
| Hex | ED | 33 | 2A | 0 | 4E | 52 | 7 | 3 | 54 | 37 |
| Octal | 355 | 63 | 52 | 0 | 116 | 122 | 7 | 3 | 124 | 67 |
| Binary | 11101101 | 110011 | 101010 | 0 | 1001110 | 1010010 | 111 | 11 | 1010100 | 110111 |
Color Harmonies of #ED332A
Complementary color
Monochromatic Colors of #ED332A
Black with #ED332A
Text Example
Text Example
White with #ED332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED332A; }
p { color: rgb(237,51,42); }
H1.HeaderClassName
{
color: #ED332A;
}
.AnyTagClassName
{
color: #ED332A;
}
</style>
background-color css
<style>
a { background-color: #ED332A; }
a { background-color: rgb(237,51,42); }
div.DivClassName
{
background-color: #ED332A;
}
.BgClassName
{
background-color: #ED332A;
}
</style>
border-color css
<style>
span { border-color: #ED332A; }
span { border-color: rgb(237,51,42); }
td.TdClassName
{
border-color: #ED332A;
}
.TagClassName
{
border-color: #ED332A;
}
</style>