Shades of Cinnabar #ED3434
Tints of Cinnabar #ED3434
RGB
CMYK
RGB Variations
Color information
#ED3434 (or 0xED3434) is known color: Cinnabar. HEX triplet: ED, 34 and 34. RGB value is (237,52,52). Sum of RGB (Red+Green+Blue) = 237+52+52=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3434 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3434 is #12CBCB. Grayscale: #6B6B6B. Windows color (decimal): -1231820 or 3421421. OLE color: 3421421.
HSL color Cylindrical-coordinate representation of color #ED3434: 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 #ED3434 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 52 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.07 |
| HSL | 0º | 0.84% | 0.57% | - |
| HSV(B) | 0º | 0.78% | 0.93% | - |
| XYZ | 36.77 | 20.71 | 5.31 | - |
| YUV | 107.32 | 96.79 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 52 | 0 | 0.78 | 0.78 | 0.07 | 0 | 0.84 | 0.57 |
| Hex | ED | 34 | 34 | 0 | 4E | 4E | 7 | 0 | 54 | 39 |
| Octal | 355 | 64 | 64 | 0 | 116 | 116 | 7 | 0 | 124 | 71 |
| Binary | 11101101 | 110100 | 110100 | 0 | 1001110 | 1001110 | 111 | 0 | 1010100 | 111001 |
Color Harmonies of #ED3434
Complementary color
Monochromatic Colors of #ED3434
Black with #ED3434
Text Example
Text Example
White with #ED3434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3434; }
p { color: rgb(237,52,52); }
H1.HeaderClassName
{
color: #ED3434;
}
.AnyTagClassName
{
color: #ED3434;
}
</style>
background-color css
<style>
a { background-color: #ED3434; }
a { background-color: rgb(237,52,52); }
div.DivClassName
{
background-color: #ED3434;
}
.BgClassName
{
background-color: #ED3434;
}
</style>
border-color css
<style>
span { border-color: #ED3434; }
span { border-color: rgb(237,52,52); }
td.TdClassName
{
border-color: #ED3434;
}
.TagClassName
{
border-color: #ED3434;
}
</style>