Shades of Cinnabar #ED3D34
Tints of Cinnabar #ED3D34
RGB
CMYK
RGB Variations
Color information
#ED3D34 (or 0xED3D34) is known color: Cinnabar. HEX triplet: ED, 3D and 34. RGB value is (237,61,52). Sum of RGB (Red+Green+Blue) = 237+61+52=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3D34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3D34 is #12C2CB. Grayscale: #707070. Windows color (decimal): -1229516 or 3423725. OLE color: 3423725.
HSL color Cylindrical-coordinate representation of color #ED3D34: hue angle of 2.92º 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 #ED3D34 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 61 | 52 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.07 |
| HSL | 2.92º | 0.84% | 0.57% | - |
| HSV(B) | 2.92º | 0.78% | 0.93% | - |
| XYZ | 37.21 | 21.59 | 5.45 | - |
| YUV | 112.6 | 93.81 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 61 | 52 | 0 | 0.74 | 0.78 | 0.07 | 2.92 | 0.84 | 0.57 |
| Hex | ED | 3D | 34 | 0 | 4A | 4E | 7 | 3 | 54 | 39 |
| Octal | 355 | 75 | 64 | 0 | 112 | 116 | 7 | 3 | 124 | 71 |
| Binary | 11101101 | 111101 | 110100 | 0 | 1001010 | 1001110 | 111 | 11 | 1010100 | 111001 |
Color Harmonies of #ED3D34
Complementary color
Monochromatic Colors of #ED3D34
Black with #ED3D34
Text Example
Text Example
White with #ED3D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3D34; }
p { color: rgb(237,61,52); }
H1.HeaderClassName
{
color: #ED3D34;
}
.AnyTagClassName
{
color: #ED3D34;
}
</style>
background-color css
<style>
a { background-color: #ED3D34; }
a { background-color: rgb(237,61,52); }
div.DivClassName
{
background-color: #ED3D34;
}
.BgClassName
{
background-color: #ED3D34;
}
</style>
border-color css
<style>
span { border-color: #ED3D34; }
span { border-color: rgb(237,61,52); }
td.TdClassName
{
border-color: #ED3D34;
}
.TagClassName
{
border-color: #ED3D34;
}
</style>