Shades of Cinnabar #ED3A2E
Tints of Cinnabar #ED3A2E
RGB
CMYK
RGB Variations
Color information
#ED3A2E (or 0xED3A2E) is known color: Cinnabar. HEX triplet: ED, 3A and 2E. RGB value is (237,58,46). Sum of RGB (Red+Green+Blue) = 237+58+46=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3A2E is #12C5D1. Grayscale: #6E6E6E. Windows color (decimal): -1230290 or 3029741. OLE color: 3029741.
HSL color Cylindrical-coordinate representation of color #ED3A2E: hue angle of 3.77º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED3A2E is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 58 | 46 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.07 |
| HSL | 3.77º | 0.84% | 0.55% | - |
| HSV(B) | 3.77º | 0.81% | 0.93% | - |
| XYZ | 36.93 | 21.23 | 4.74 | - |
| YUV | 110.15 | 91.8 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 58 | 46 | 0 | 0.76 | 0.81 | 0.07 | 3.77 | 0.84 | 0.55 |
| Hex | ED | 3A | 2E | 0 | 4C | 51 | 7 | 4 | 54 | 37 |
| Octal | 355 | 72 | 56 | 0 | 114 | 121 | 7 | 4 | 124 | 67 |
| Binary | 11101101 | 111010 | 101110 | 0 | 1001100 | 1010001 | 111 | 100 | 1010100 | 110111 |
Color Harmonies of #ED3A2E
Complementary color
Monochromatic Colors of #ED3A2E
Black with #ED3A2E
Text Example
Text Example
White with #ED3A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3A2E; }
p { color: rgb(237,58,46); }
H1.HeaderClassName
{
color: #ED3A2E;
}
.AnyTagClassName
{
color: #ED3A2E;
}
</style>
background-color css
<style>
a { background-color: #ED3A2E; }
a { background-color: rgb(237,58,46); }
div.DivClassName
{
background-color: #ED3A2E;
}
.BgClassName
{
background-color: #ED3A2E;
}
</style>
border-color css
<style>
span { border-color: #ED3A2E; }
span { border-color: rgb(237,58,46); }
td.TdClassName
{
border-color: #ED3A2E;
}
.TagClassName
{
border-color: #ED3A2E;
}
</style>