Shades of Cinnabar #ED3623
Tints of Cinnabar #ED3623
RGB
CMYK
RGB Variations
Color information
#ED3623 (or 0xED3623) is known color: Cinnabar. HEX triplet: ED, 36 and 23. RGB value is (237,54,35). Sum of RGB (Red+Green+Blue) = 237+54+35=326 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.70% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3623 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3623 is #12C9DC. Grayscale: #6A6A6A. Windows color (decimal): -1231325 or 2307821. OLE color: 2307821.
HSL color Cylindrical-coordinate representation of color #ED3623: hue angle of 5.64º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED3623 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 35 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.07 |
| HSL | 5.64º | 0.85% | 0.53% | - |
| HSV(B) | 5.64º | 0.85% | 0.93% | - |
| XYZ | 36.55 | 20.76 | 3.67 | - |
| YUV | 106.55 | 87.63 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 35 | 0 | 0.77 | 0.85 | 0.07 | 5.64 | 0.85 | 0.53 |
| Hex | ED | 36 | 23 | 0 | 4D | 55 | 7 | 6 | 55 | 35 |
| Octal | 355 | 66 | 43 | 0 | 115 | 125 | 7 | 6 | 125 | 65 |
| Binary | 11101101 | 110110 | 100011 | 0 | 1001101 | 1010101 | 111 | 110 | 1010101 | 110101 |
Color Harmonies of #ED3623
Complementary color
Monochromatic Colors of #ED3623
Black with #ED3623
Text Example
Text Example
White with #ED3623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3623; }
p { color: rgb(237,54,35); }
H1.HeaderClassName
{
color: #ED3623;
}
.AnyTagClassName
{
color: #ED3623;
}
</style>
background-color css
<style>
a { background-color: #ED3623; }
a { background-color: rgb(237,54,35); }
div.DivClassName
{
background-color: #ED3623;
}
.BgClassName
{
background-color: #ED3623;
}
</style>
border-color css
<style>
span { border-color: #ED3623; }
span { border-color: rgb(237,54,35); }
td.TdClassName
{
border-color: #ED3623;
}
.TagClassName
{
border-color: #ED3623;
}
</style>