Shades of Cinnabar #ED472A
Tints of Cinnabar #ED472A
RGB
CMYK
RGB Variations
Color information
#ED472A (or 0xED472A) is known color: Cinnabar. HEX triplet: ED, 47 and 2A. RGB value is (237,71,42). Sum of RGB (Red+Green+Blue) = 237+71+42=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED472A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED472A is #12B8D5. Grayscale: #757575. Windows color (decimal): -1226966 or 2770925. OLE color: 2770925.
HSL color Cylindrical-coordinate representation of color #ED472A: hue angle of 8.92º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED472A is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 42 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.07 |
| HSL | 8.92º | 0.84% | 0.55% | - |
| HSV(B) | 8.92º | 0.82% | 0.93% | - |
| XYZ | 37.6 | 22.68 | 4.59 | - |
| YUV | 117.33 | 85.5 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 42 | 0 | 0.70 | 0.82 | 0.07 | 8.92 | 0.84 | 0.55 |
| Hex | ED | 47 | 2A | 0 | 46 | 52 | 7 | 9 | 54 | 37 |
| Octal | 355 | 107 | 52 | 0 | 106 | 122 | 7 | 11 | 124 | 67 |
| Binary | 11101101 | 1000111 | 101010 | 0 | 1000110 | 1010010 | 111 | 1001 | 1010100 | 110111 |
Color Harmonies of #ED472A
Complementary color
Monochromatic Colors of #ED472A
Black with #ED472A
Text Example
Text Example
White with #ED472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED472A; }
p { color: rgb(237,71,42); }
H1.HeaderClassName
{
color: #ED472A;
}
.AnyTagClassName
{
color: #ED472A;
}
</style>
background-color css
<style>
a { background-color: #ED472A; }
a { background-color: rgb(237,71,42); }
div.DivClassName
{
background-color: #ED472A;
}
.BgClassName
{
background-color: #ED472A;
}
</style>
border-color css
<style>
span { border-color: #ED472A; }
span { border-color: rgb(237,71,42); }
td.TdClassName
{
border-color: #ED472A;
}
.TagClassName
{
border-color: #ED472A;
}
</style>