Shades of Cinnabar #ED472F
Tints of Cinnabar #ED472F
RGB
CMYK
RGB Variations
Color information
#ED472F (or 0xED472F) is known color: Cinnabar. HEX triplet: ED, 47 and 2F. RGB value is (237,71,47). Sum of RGB (Red+Green+Blue) = 237+71+47=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED472F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED472F is #12B8D0. Grayscale: #767676. Windows color (decimal): -1226961 or 3098605. OLE color: 3098605.
HSL color Cylindrical-coordinate representation of color #ED472F: hue angle of 7.58º 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 #ED472F is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 47 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.07 |
| HSL | 7.58º | 0.84% | 0.56% | - |
| HSV(B) | 7.58º | 0.8% | 0.93% | - |
| XYZ | 37.69 | 22.72 | 5.09 | - |
| YUV | 117.9 | 88 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 47 | 0 | 0.70 | 0.80 | 0.07 | 7.58 | 0.84 | 0.56 |
| Hex | ED | 47 | 2F | 0 | 46 | 50 | 7 | 8 | 54 | 38 |
| Octal | 355 | 107 | 57 | 0 | 106 | 120 | 7 | 10 | 124 | 70 |
| Binary | 11101101 | 1000111 | 101111 | 0 | 1000110 | 1010000 | 111 | 1000 | 1010100 | 111000 |
Color Harmonies of #ED472F
Complementary color
Monochromatic Colors of #ED472F
Black with #ED472F
Text Example
Text Example
White with #ED472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED472F; }
p { color: rgb(237,71,47); }
H1.HeaderClassName
{
color: #ED472F;
}
.AnyTagClassName
{
color: #ED472F;
}
</style>
background-color css
<style>
a { background-color: #ED472F; }
a { background-color: rgb(237,71,47); }
div.DivClassName
{
background-color: #ED472F;
}
.BgClassName
{
background-color: #ED472F;
}
</style>
border-color css
<style>
span { border-color: #ED472F; }
span { border-color: rgb(237,71,47); }
td.TdClassName
{
border-color: #ED472F;
}
.TagClassName
{
border-color: #ED472F;
}
</style>