Shades of Cinnabar #ED3A2F
Tints of Cinnabar #ED3A2F
RGB
CMYK
RGB Variations
Color information
#ED3A2F (or 0xED3A2F) is known color: Cinnabar. HEX triplet: ED, 3A and 2F. RGB value is (237,58,47). Sum of RGB (Red+Green+Blue) = 237+58+47=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3A2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3A2F is #12C5D0. Grayscale: #6E6E6E. Windows color (decimal): -1230289 or 3095277. OLE color: 3095277.
HSL color Cylindrical-coordinate representation of color #ED3A2F: hue angle of 3.47º 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 #ED3A2F is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 58 | 47 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.07 |
| HSL | 3.47º | 0.84% | 0.56% | - |
| HSV(B) | 3.47º | 0.8% | 0.93% | - |
| XYZ | 36.95 | 21.24 | 4.84 | - |
| YUV | 110.27 | 92.3 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 58 | 47 | 0 | 0.76 | 0.80 | 0.07 | 3.47 | 0.84 | 0.56 |
| Hex | ED | 3A | 2F | 0 | 4C | 50 | 7 | 3 | 54 | 38 |
| Octal | 355 | 72 | 57 | 0 | 114 | 120 | 7 | 3 | 124 | 70 |
| Binary | 11101101 | 111010 | 101111 | 0 | 1001100 | 1010000 | 111 | 11 | 1010100 | 111000 |
Color Harmonies of #ED3A2F
Complementary color
Monochromatic Colors of #ED3A2F
Black with #ED3A2F
Text Example
Text Example
White with #ED3A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3A2F; }
p { color: rgb(237,58,47); }
H1.HeaderClassName
{
color: #ED3A2F;
}
.AnyTagClassName
{
color: #ED3A2F;
}
</style>
background-color css
<style>
a { background-color: #ED3A2F; }
a { background-color: rgb(237,58,47); }
div.DivClassName
{
background-color: #ED3A2F;
}
.BgClassName
{
background-color: #ED3A2F;
}
</style>
border-color css
<style>
span { border-color: #ED3A2F; }
span { border-color: rgb(237,58,47); }
td.TdClassName
{
border-color: #ED3A2F;
}
.TagClassName
{
border-color: #ED3A2F;
}
</style>