Shades of Cinnabar #ED3C25
Tints of Cinnabar #ED3C25
RGB
CMYK
RGB Variations
Color information
#ED3C25 (or 0xED3C25) is known color: Cinnabar. HEX triplet: ED, 3C and 25. RGB value is (237,60,37). Sum of RGB (Red+Green+Blue) = 237+60+37=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3C25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3C25 is #12C3DA. Grayscale: #6E6E6E. Windows color (decimal): -1229787 or 2440429. OLE color: 2440429.
HSL color Cylindrical-coordinate representation of color #ED3C25: hue angle of 6.9º 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 #ED3C25 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 60 | 37 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.07 |
| HSL | 6.9º | 0.85% | 0.54% | - |
| HSV(B) | 6.9º | 0.84% | 0.93% | - |
| XYZ | 36.87 | 21.37 | 3.93 | - |
| YUV | 110.3 | 86.64 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 60 | 37 | 0 | 0.75 | 0.84 | 0.07 | 6.9 | 0.85 | 0.54 |
| Hex | ED | 3C | 25 | 0 | 4B | 54 | 7 | 7 | 55 | 36 |
| Octal | 355 | 74 | 45 | 0 | 113 | 124 | 7 | 7 | 125 | 66 |
| Binary | 11101101 | 111100 | 100101 | 0 | 1001011 | 1010100 | 111 | 111 | 1010101 | 110110 |
Color Harmonies of #ED3C25
Complementary color
Monochromatic Colors of #ED3C25
Black with #ED3C25
Text Example
Text Example
White with #ED3C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3C25; }
p { color: rgb(237,60,37); }
H1.HeaderClassName
{
color: #ED3C25;
}
.AnyTagClassName
{
color: #ED3C25;
}
</style>
background-color css
<style>
a { background-color: #ED3C25; }
a { background-color: rgb(237,60,37); }
div.DivClassName
{
background-color: #ED3C25;
}
.BgClassName
{
background-color: #ED3C25;
}
</style>
border-color css
<style>
span { border-color: #ED3C25; }
span { border-color: rgb(237,60,37); }
td.TdClassName
{
border-color: #ED3C25;
}
.TagClassName
{
border-color: #ED3C25;
}
</style>