Shades of Cinnabar #ED352E
Tints of Cinnabar #ED352E
RGB
CMYK
RGB Variations
Color information
#ED352E (or 0xED352E) is known color: Cinnabar. HEX triplet: ED, 35 and 2E. RGB value is (237,53,46). Sum of RGB (Red+Green+Blue) = 237+53+46=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED352E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED352E is #12CAD1. Grayscale: #6B6B6B. Windows color (decimal): -1231570 or 3028461. OLE color: 3028461.
HSL color Cylindrical-coordinate representation of color #ED352E: hue angle of 2.2º 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 #ED352E is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 46 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.07 |
| HSL | 2.2º | 0.84% | 0.55% | - |
| HSV(B) | 2.2º | 0.81% | 0.93% | - |
| XYZ | 36.69 | 20.75 | 4.66 | - |
| YUV | 107.22 | 93.46 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 46 | 0 | 0.78 | 0.81 | 0.07 | 2.2 | 0.84 | 0.55 |
| Hex | ED | 35 | 2E | 0 | 4E | 51 | 7 | 2 | 54 | 37 |
| Octal | 355 | 65 | 56 | 0 | 116 | 121 | 7 | 2 | 124 | 67 |
| Binary | 11101101 | 110101 | 101110 | 0 | 1001110 | 1010001 | 111 | 10 | 1010100 | 110111 |
Color Harmonies of #ED352E
Complementary color
Monochromatic Colors of #ED352E
Black with #ED352E
Text Example
Text Example
White with #ED352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED352E; }
p { color: rgb(237,53,46); }
H1.HeaderClassName
{
color: #ED352E;
}
.AnyTagClassName
{
color: #ED352E;
}
</style>
background-color css
<style>
a { background-color: #ED352E; }
a { background-color: rgb(237,53,46); }
div.DivClassName
{
background-color: #ED352E;
}
.BgClassName
{
background-color: #ED352E;
}
</style>
border-color css
<style>
span { border-color: #ED352E; }
span { border-color: rgb(237,53,46); }
td.TdClassName
{
border-color: #ED352E;
}
.TagClassName
{
border-color: #ED352E;
}
</style>