Shades of Cinnabar #ED473F
Tints of Cinnabar #ED473F
RGB
CMYK
RGB Variations
Color information
#ED473F (or 0xED473F) is known color: Cinnabar. HEX triplet: ED, 47 and 3F. RGB value is (237,71,63). Sum of RGB (Red+Green+Blue) = 237+71+63=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED473F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED473F is #12B8C0. Grayscale: #777777. Windows color (decimal): -1226945 or 4147181. OLE color: 4147181.
HSL color Cylindrical-coordinate representation of color #ED473F: hue angle of 2.76º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED473F is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 63 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.07 |
| HSL | 2.76º | 0.83% | 0.59% | - |
| HSV(B) | 2.76º | 0.73% | 0.93% | - |
| XYZ | 38.08 | 22.87 | 7.11 | - |
| YUV | 119.72 | 96 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 63 | 0 | 0.70 | 0.73 | 0.07 | 2.76 | 0.83 | 0.59 |
| Hex | ED | 47 | 3F | 0 | 46 | 49 | 7 | 3 | 53 | 3B |
| Octal | 355 | 107 | 77 | 0 | 106 | 111 | 7 | 3 | 123 | 73 |
| Binary | 11101101 | 1000111 | 111111 | 0 | 1000110 | 1001001 | 111 | 11 | 1010011 | 111011 |
Color Harmonies of #ED473F
Complementary color
Monochromatic Colors of #ED473F
Black with #ED473F
Text Example
Text Example
White with #ED473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED473F; }
p { color: rgb(237,71,63); }
H1.HeaderClassName
{
color: #ED473F;
}
.AnyTagClassName
{
color: #ED473F;
}
</style>
background-color css
<style>
a { background-color: #ED473F; }
a { background-color: rgb(237,71,63); }
div.DivClassName
{
background-color: #ED473F;
}
.BgClassName
{
background-color: #ED473F;
}
</style>
border-color css
<style>
span { border-color: #ED473F; }
span { border-color: rgb(237,71,63); }
td.TdClassName
{
border-color: #ED473F;
}
.TagClassName
{
border-color: #ED473F;
}
</style>