Shades of Cinnabar #ED302F
Tints of Cinnabar #ED302F
RGB
CMYK
RGB Variations
Color information
#ED302F (or 0xED302F) is known color: Cinnabar. HEX triplet: ED, 30 and 2F. RGB value is (237,48,47). Sum of RGB (Red+Green+Blue) = 237+48+47=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED302F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED302F is #12CFD0. Grayscale: #686868. Windows color (decimal): -1232849 or 3092717. OLE color: 3092717.
HSL color Cylindrical-coordinate representation of color #ED302F: hue angle of 0.32º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED302F is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 47 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.07 |
| HSL | 0.32º | 0.84% | 0.56% | - |
| HSV(B) | 0.32º | 0.8% | 0.93% | - |
| XYZ | 36.5 | 20.32 | 4.69 | - |
| YUV | 104.4 | 95.62 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 47 | 0 | 0.80 | 0.80 | 0.07 | 0.32 | 0.84 | 0.56 |
| Hex | ED | 30 | 2F | 0 | 50 | 50 | 7 | 0 | 54 | 38 |
| Octal | 355 | 60 | 57 | 0 | 120 | 120 | 7 | 0 | 124 | 70 |
| Binary | 11101101 | 110000 | 101111 | 0 | 1010000 | 1010000 | 111 | 0 | 1010100 | 111000 |
Color Harmonies of #ED302F
Complementary color
Monochromatic Colors of #ED302F
Black with #ED302F
Text Example
Text Example
White with #ED302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED302F; }
p { color: rgb(237,48,47); }
H1.HeaderClassName
{
color: #ED302F;
}
.AnyTagClassName
{
color: #ED302F;
}
</style>
background-color css
<style>
a { background-color: #ED302F; }
a { background-color: rgb(237,48,47); }
div.DivClassName
{
background-color: #ED302F;
}
.BgClassName
{
background-color: #ED302F;
}
</style>
border-color css
<style>
span { border-color: #ED302F; }
span { border-color: rgb(237,48,47); }
td.TdClassName
{
border-color: #ED302F;
}
.TagClassName
{
border-color: #ED302F;
}
</style>