Shades of Cinnabar #ED3225
Tints of Cinnabar #ED3225
RGB
CMYK
RGB Variations
Color information
#ED3225 (or 0xED3225) is known color: Cinnabar. HEX triplet: ED, 32 and 25. RGB value is (237,50,37). Sum of RGB (Red+Green+Blue) = 237+50+37=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3225 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3225 is #12CDDA. Grayscale: #686868. Windows color (decimal): -1232347 or 2437869. OLE color: 2437869.
HSL color Cylindrical-coordinate representation of color #ED3225: hue angle of 3.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 #ED3225 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 37 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.07 |
| HSL | 3.9º | 0.85% | 0.54% | - |
| HSV(B) | 3.9º | 0.84% | 0.93% | - |
| XYZ | 36.4 | 20.42 | 3.77 | - |
| YUV | 104.43 | 89.95 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 37 | 0 | 0.79 | 0.84 | 0.07 | 3.9 | 0.85 | 0.54 |
| Hex | ED | 32 | 25 | 0 | 4F | 54 | 7 | 4 | 55 | 36 |
| Octal | 355 | 62 | 45 | 0 | 117 | 124 | 7 | 4 | 125 | 66 |
| Binary | 11101101 | 110010 | 100101 | 0 | 1001111 | 1010100 | 111 | 100 | 1010101 | 110110 |
Color Harmonies of #ED3225
Complementary color
Monochromatic Colors of #ED3225
Black with #ED3225
Text Example
Text Example
White with #ED3225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3225; }
p { color: rgb(237,50,37); }
H1.HeaderClassName
{
color: #ED3225;
}
.AnyTagClassName
{
color: #ED3225;
}
</style>
background-color css
<style>
a { background-color: #ED3225; }
a { background-color: rgb(237,50,37); }
div.DivClassName
{
background-color: #ED3225;
}
.BgClassName
{
background-color: #ED3225;
}
</style>
border-color css
<style>
span { border-color: #ED3225; }
span { border-color: rgb(237,50,37); }
td.TdClassName
{
border-color: #ED3225;
}
.TagClassName
{
border-color: #ED3225;
}
</style>