Shades of Cinnabar #ED3C34
Tints of Cinnabar #ED3C34
RGB
CMYK
RGB Variations
Color information
#ED3C34 (or 0xED3C34) is known color: Cinnabar. HEX triplet: ED, 3C and 34. RGB value is (237,60,52). Sum of RGB (Red+Green+Blue) = 237+60+52=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3C34 is #12C3CB. Grayscale: #707070. Windows color (decimal): -1229772 or 3423469. OLE color: 3423469.
HSL color Cylindrical-coordinate representation of color #ED3C34: hue angle of 2.59º 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 #ED3C34 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 60 | 52 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.07 |
| HSL | 2.59º | 0.84% | 0.57% | - |
| HSV(B) | 2.59º | 0.78% | 0.93% | - |
| XYZ | 37.16 | 21.48 | 5.44 | - |
| YUV | 112.01 | 94.14 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 60 | 52 | 0 | 0.75 | 0.78 | 0.07 | 2.59 | 0.84 | 0.57 |
| Hex | ED | 3C | 34 | 0 | 4B | 4E | 7 | 3 | 54 | 39 |
| Octal | 355 | 74 | 64 | 0 | 113 | 116 | 7 | 3 | 124 | 71 |
| Binary | 11101101 | 111100 | 110100 | 0 | 1001011 | 1001110 | 111 | 11 | 1010100 | 111001 |
Color Harmonies of #ED3C34
Complementary color
Monochromatic Colors of #ED3C34
Black with #ED3C34
Text Example
Text Example
White with #ED3C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3C34; }
p { color: rgb(237,60,52); }
H1.HeaderClassName
{
color: #ED3C34;
}
.AnyTagClassName
{
color: #ED3C34;
}
</style>
background-color css
<style>
a { background-color: #ED3C34; }
a { background-color: rgb(237,60,52); }
div.DivClassName
{
background-color: #ED3C34;
}
.BgClassName
{
background-color: #ED3C34;
}
</style>
border-color css
<style>
span { border-color: #ED3C34; }
span { border-color: rgb(237,60,52); }
td.TdClassName
{
border-color: #ED3C34;
}
.TagClassName
{
border-color: #ED3C34;
}
</style>