Shades of Cinnabar #ED342E
Tints of Cinnabar #ED342E
RGB
CMYK
RGB Variations
Color information
#ED342E (or 0xED342E) is known color: Cinnabar. HEX triplet: ED, 34 and 2E. RGB value is (237,52,46). Sum of RGB (Red+Green+Blue) = 237+52+46=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED342E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED342E is #12CBD1. Grayscale: #6A6A6A. Windows color (decimal): -1231826 or 3028205. OLE color: 3028205.
HSL color Cylindrical-coordinate representation of color #ED342E: hue angle of 1.88º 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 #ED342E is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 46 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.07 |
| HSL | 1.88º | 0.84% | 0.55% | - |
| HSV(B) | 1.88º | 0.81% | 0.93% | - |
| XYZ | 36.65 | 20.66 | 4.64 | - |
| YUV | 106.63 | 93.79 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 46 | 0 | 0.78 | 0.81 | 0.07 | 1.88 | 0.84 | 0.55 |
| Hex | ED | 34 | 2E | 0 | 4E | 51 | 7 | 2 | 54 | 37 |
| Octal | 355 | 64 | 56 | 0 | 116 | 121 | 7 | 2 | 124 | 67 |
| Binary | 11101101 | 110100 | 101110 | 0 | 1001110 | 1010001 | 111 | 10 | 1010100 | 110111 |
Color Harmonies of #ED342E
Complementary color
Monochromatic Colors of #ED342E
Black with #ED342E
Text Example
Text Example
White with #ED342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED342E; }
p { color: rgb(237,52,46); }
H1.HeaderClassName
{
color: #ED342E;
}
.AnyTagClassName
{
color: #ED342E;
}
</style>
background-color css
<style>
a { background-color: #ED342E; }
a { background-color: rgb(237,52,46); }
div.DivClassName
{
background-color: #ED342E;
}
.BgClassName
{
background-color: #ED342E;
}
</style>
border-color css
<style>
span { border-color: #ED342E; }
span { border-color: rgb(237,52,46); }
td.TdClassName
{
border-color: #ED342E;
}
.TagClassName
{
border-color: #ED342E;
}
</style>