Shades of Cinnabar #ED3535
Tints of Cinnabar #ED3535
RGB
CMYK
RGB Variations
Color information
#ED3535 (or 0xED3535) is known color: Cinnabar. HEX triplet: ED, 35 and 35. RGB value is (237,53,53). Sum of RGB (Red+Green+Blue) = 237+53+53=343 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.10% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3535 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3535 is #12CACA. Grayscale: #6C6C6C. Windows color (decimal): -1231563 or 3487213. OLE color: 3487213.
HSL color Cylindrical-coordinate representation of color #ED3535: hue angle of 0º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED3535 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 53 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.07 |
| HSL | 0º | 0.84% | 0.57% | - |
| HSV(B) | 0º | 0.78% | 0.93% | - |
| XYZ | 36.84 | 20.81 | 5.44 | - |
| YUV | 108.02 | 96.96 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 53 | 0 | 0.78 | 0.78 | 0.07 | 0 | 0.84 | 0.57 |
| Hex | ED | 35 | 35 | 0 | 4E | 4E | 7 | 0 | 54 | 39 |
| Octal | 355 | 65 | 65 | 0 | 116 | 116 | 7 | 0 | 124 | 71 |
| Binary | 11101101 | 110101 | 110101 | 0 | 1001110 | 1001110 | 111 | 0 | 1010100 | 111001 |
Color Harmonies of #ED3535
Complementary color
Monochromatic Colors of #ED3535
Black with #ED3535
Text Example
Text Example
White with #ED3535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3535; }
p { color: rgb(237,53,53); }
H1.HeaderClassName
{
color: #ED3535;
}
.AnyTagClassName
{
color: #ED3535;
}
</style>
background-color css
<style>
a { background-color: #ED3535; }
a { background-color: rgb(237,53,53); }
div.DivClassName
{
background-color: #ED3535;
}
.BgClassName
{
background-color: #ED3535;
}
</style>
border-color css
<style>
span { border-color: #ED3535; }
span { border-color: rgb(237,53,53); }
td.TdClassName
{
border-color: #ED3535;
}
.TagClassName
{
border-color: #ED3535;
}
</style>