Shades of Cinnabar #ED302E
Tints of Cinnabar #ED302E
RGB
CMYK
RGB Variations
Color information
#ED302E (or 0xED302E) is known color: Cinnabar. HEX triplet: ED, 30 and 2E. RGB value is (237,48,46). Sum of RGB (Red+Green+Blue) = 237+48+46=331 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.60% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 237 - color contains mainly: red. Hex color #ED302E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED302E is #12CFD1. Grayscale: #686868. Windows color (decimal): -1232850 or 3027181. OLE color: 3027181.
HSL color Cylindrical-coordinate representation of color #ED302E: hue angle of 0.63º 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 #ED302E is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 46 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.07 |
| HSL | 0.63º | 0.84% | 0.55% | - |
| HSV(B) | 0.63º | 0.81% | 0.93% | - |
| XYZ | 36.48 | 20.32 | 4.58 | - |
| YUV | 104.28 | 95.12 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 46 | 0 | 0.80 | 0.81 | 0.07 | 0.63 | 0.84 | 0.55 |
| Hex | ED | 30 | 2E | 0 | 50 | 51 | 7 | 1 | 54 | 37 |
| Octal | 355 | 60 | 56 | 0 | 120 | 121 | 7 | 1 | 124 | 67 |
| Binary | 11101101 | 110000 | 101110 | 0 | 1010000 | 1010001 | 111 | 1 | 1010100 | 110111 |
Color Harmonies of #ED302E
Complementary color
Monochromatic Colors of #ED302E
Black with #ED302E
Text Example
Text Example
White with #ED302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED302E; }
p { color: rgb(237,48,46); }
H1.HeaderClassName
{
color: #ED302E;
}
.AnyTagClassName
{
color: #ED302E;
}
</style>
background-color css
<style>
a { background-color: #ED302E; }
a { background-color: rgb(237,48,46); }
div.DivClassName
{
background-color: #ED302E;
}
.BgClassName
{
background-color: #ED302E;
}
</style>
border-color css
<style>
span { border-color: #ED302E; }
span { border-color: rgb(237,48,46); }
td.TdClassName
{
border-color: #ED302E;
}
.TagClassName
{
border-color: #ED302E;
}
</style>