Shades of Cinnabar #ED302C
Tints of Cinnabar #ED302C
RGB
CMYK
RGB Variations
Color information
#ED302C (or 0xED302C) is known color: Cinnabar. HEX triplet: ED, 30 and 2C. RGB value is (237,48,44). Sum of RGB (Red+Green+Blue) = 237+48+44=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED302C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED302C is #12CFD3. Grayscale: #686868. Windows color (decimal): -1232852 or 2896109. OLE color: 2896109.
HSL color Cylindrical-coordinate representation of color #ED302C: hue angle of 1.24º 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 #ED302C is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 44 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.07 |
| HSL | 1.24º | 0.84% | 0.55% | - |
| HSV(B) | 1.24º | 0.81% | 0.93% | - |
| XYZ | 36.44 | 20.3 | 4.38 | - |
| YUV | 104.06 | 94.12 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 44 | 0 | 0.80 | 0.81 | 0.07 | 1.24 | 0.84 | 0.55 |
| Hex | ED | 30 | 2C | 0 | 50 | 51 | 7 | 1 | 54 | 37 |
| Octal | 355 | 60 | 54 | 0 | 120 | 121 | 7 | 1 | 124 | 67 |
| Binary | 11101101 | 110000 | 101100 | 0 | 1010000 | 1010001 | 111 | 1 | 1010100 | 110111 |
Color Harmonies of #ED302C
Complementary color
Monochromatic Colors of #ED302C
Black with #ED302C
Text Example
Text Example
White with #ED302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED302C; }
p { color: rgb(237,48,44); }
H1.HeaderClassName
{
color: #ED302C;
}
.AnyTagClassName
{
color: #ED302C;
}
</style>
background-color css
<style>
a { background-color: #ED302C; }
a { background-color: rgb(237,48,44); }
div.DivClassName
{
background-color: #ED302C;
}
.BgClassName
{
background-color: #ED302C;
}
</style>
border-color css
<style>
span { border-color: #ED302C; }
span { border-color: rgb(237,48,44); }
td.TdClassName
{
border-color: #ED302C;
}
.TagClassName
{
border-color: #ED302C;
}
</style>