Shades of Cinnabar #ED3933
Tints of Cinnabar #ED3933
RGB
CMYK
RGB Variations
Color information
#ED3933 (or 0xED3933) is known color: Cinnabar. HEX triplet: ED, 39 and 33. RGB value is (237,57,51). Sum of RGB (Red+Green+Blue) = 237+57+51=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3933 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3933 is #12C6CC. Grayscale: #6E6E6E. Windows color (decimal): -1230541 or 3357165. OLE color: 3357165.
HSL color Cylindrical-coordinate representation of color #ED3933: hue angle of 1.94º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED3933 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 57 | 51 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.07 |
| HSL | 1.94º | 0.84% | 0.56% | - |
| HSV(B) | 1.94º | 0.78% | 0.93% | - |
| XYZ | 36.99 | 21.17 | 5.27 | - |
| YUV | 110.14 | 94.63 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 57 | 51 | 0 | 0.76 | 0.78 | 0.07 | 1.94 | 0.84 | 0.56 |
| Hex | ED | 39 | 33 | 0 | 4C | 4E | 7 | 2 | 54 | 38 |
| Octal | 355 | 71 | 63 | 0 | 114 | 116 | 7 | 2 | 124 | 70 |
| Binary | 11101101 | 111001 | 110011 | 0 | 1001100 | 1001110 | 111 | 10 | 1010100 | 111000 |
Color Harmonies of #ED3933
Complementary color
Monochromatic Colors of #ED3933
Black with #ED3933
Text Example
Text Example
White with #ED3933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3933; }
p { color: rgb(237,57,51); }
H1.HeaderClassName
{
color: #ED3933;
}
.AnyTagClassName
{
color: #ED3933;
}
</style>
background-color css
<style>
a { background-color: #ED3933; }
a { background-color: rgb(237,57,51); }
div.DivClassName
{
background-color: #ED3933;
}
.BgClassName
{
background-color: #ED3933;
}
</style>
border-color css
<style>
span { border-color: #ED3933; }
span { border-color: rgb(237,57,51); }
td.TdClassName
{
border-color: #ED3933;
}
.TagClassName
{
border-color: #ED3933;
}
</style>