Shades of Cinnabar #ED3422
Tints of Cinnabar #ED3422
RGB
CMYK
RGB Variations
Color information
#ED3422 (or 0xED3422) is known color: Cinnabar. HEX triplet: ED, 34 and 22. RGB value is (237,52,34). Sum of RGB (Red+Green+Blue) = 237+52+34=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3422 is #12CBDD. Grayscale: #696969. Windows color (decimal): -1231838 or 2241773. OLE color: 2241773.
HSL color Cylindrical-coordinate representation of color #ED3422: hue angle of 5.32º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED3422 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 34 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.07 |
| HSL | 5.32º | 0.85% | 0.53% | - |
| HSV(B) | 5.32º | 0.86% | 0.93% | - |
| XYZ | 36.44 | 20.58 | 3.56 | - |
| YUV | 105.26 | 87.79 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 34 | 0 | 0.78 | 0.86 | 0.07 | 5.32 | 0.85 | 0.53 |
| Hex | ED | 34 | 22 | 0 | 4E | 56 | 7 | 5 | 55 | 35 |
| Octal | 355 | 64 | 42 | 0 | 116 | 126 | 7 | 5 | 125 | 65 |
| Binary | 11101101 | 110100 | 100010 | 0 | 1001110 | 1010110 | 111 | 101 | 1010101 | 110101 |
Color Harmonies of #ED3422
Complementary color
Monochromatic Colors of #ED3422
Black with #ED3422
Text Example
Text Example
White with #ED3422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3422; }
p { color: rgb(237,52,34); }
H1.HeaderClassName
{
color: #ED3422;
}
.AnyTagClassName
{
color: #ED3422;
}
</style>
background-color css
<style>
a { background-color: #ED3422; }
a { background-color: rgb(237,52,34); }
div.DivClassName
{
background-color: #ED3422;
}
.BgClassName
{
background-color: #ED3422;
}
</style>
border-color css
<style>
span { border-color: #ED3422; }
span { border-color: rgb(237,52,34); }
td.TdClassName
{
border-color: #ED3422;
}
.TagClassName
{
border-color: #ED3422;
}
</style>