Shades of Cinnabar #ED3F27
Tints of Cinnabar #ED3F27
RGB
CMYK
RGB Variations
Color information
#ED3F27 (or 0xED3F27) is known color: Cinnabar. HEX triplet: ED, 3F and 27. RGB value is (237,63,39). Sum of RGB (Red+Green+Blue) = 237+63+39=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3F27 is #12C0D8. Grayscale: #707070. Windows color (decimal): -1229017 or 2572269. OLE color: 2572269.
HSL color Cylindrical-coordinate representation of color #ED3F27: hue angle of 7.27º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED3F27 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 63 | 39 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.07 |
| HSL | 7.27º | 0.85% | 0.54% | - |
| HSV(B) | 7.27º | 0.84% | 0.93% | - |
| XYZ | 37.07 | 21.71 | 4.16 | - |
| YUV | 112.29 | 86.65 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 63 | 39 | 0 | 0.73 | 0.84 | 0.07 | 7.27 | 0.85 | 0.54 |
| Hex | ED | 3F | 27 | 0 | 49 | 54 | 7 | 7 | 55 | 36 |
| Octal | 355 | 77 | 47 | 0 | 111 | 124 | 7 | 7 | 125 | 66 |
| Binary | 11101101 | 111111 | 100111 | 0 | 1001001 | 1010100 | 111 | 111 | 1010101 | 110110 |
Color Harmonies of #ED3F27
Complementary color
Monochromatic Colors of #ED3F27
Black with #ED3F27
Text Example
Text Example
White with #ED3F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3F27; }
p { color: rgb(237,63,39); }
H1.HeaderClassName
{
color: #ED3F27;
}
.AnyTagClassName
{
color: #ED3F27;
}
</style>
background-color css
<style>
a { background-color: #ED3F27; }
a { background-color: rgb(237,63,39); }
div.DivClassName
{
background-color: #ED3F27;
}
.BgClassName
{
background-color: #ED3F27;
}
</style>
border-color css
<style>
span { border-color: #ED3F27; }
span { border-color: rgb(237,63,39); }
td.TdClassName
{
border-color: #ED3F27;
}
.TagClassName
{
border-color: #ED3F27;
}
</style>