Shades of Cinnabar #ED3534
Tints of Cinnabar #ED3534
RGB
CMYK
RGB Variations
Color information
#ED3534 (or 0xED3534) is known color: Cinnabar. HEX triplet: ED, 35 and 34. RGB value is (237,53,52). Sum of RGB (Red+Green+Blue) = 237+53+52=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3534 is #12CACB. Grayscale: #6C6C6C. Windows color (decimal): -1231564 or 3421677. OLE color: 3421677.
HSL color Cylindrical-coordinate representation of color #ED3534: hue angle of 0.32º 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 #ED3534 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 52 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.07 |
| HSL | 0.32º | 0.84% | 0.57% | - |
| HSV(B) | 0.32º | 0.78% | 0.93% | - |
| XYZ | 36.82 | 20.8 | 5.32 | - |
| YUV | 107.9 | 96.46 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 52 | 0 | 0.78 | 0.78 | 0.07 | 0.32 | 0.84 | 0.57 |
| Hex | ED | 35 | 34 | 0 | 4E | 4E | 7 | 0 | 54 | 39 |
| Octal | 355 | 65 | 64 | 0 | 116 | 116 | 7 | 0 | 124 | 71 |
| Binary | 11101101 | 110101 | 110100 | 0 | 1001110 | 1001110 | 111 | 0 | 1010100 | 111001 |
Color Harmonies of #ED3534
Complementary color
Monochromatic Colors of #ED3534
Black with #ED3534
Text Example
Text Example
White with #ED3534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3534; }
p { color: rgb(237,53,52); }
H1.HeaderClassName
{
color: #ED3534;
}
.AnyTagClassName
{
color: #ED3534;
}
</style>
background-color css
<style>
a { background-color: #ED3534; }
a { background-color: rgb(237,53,52); }
div.DivClassName
{
background-color: #ED3534;
}
.BgClassName
{
background-color: #ED3534;
}
</style>
border-color css
<style>
span { border-color: #ED3534; }
span { border-color: rgb(237,53,52); }
td.TdClassName
{
border-color: #ED3534;
}
.TagClassName
{
border-color: #ED3534;
}
</style>