Shades of Cinnabar #ED392D
Tints of Cinnabar #ED392D
RGB
CMYK
RGB Variations
Color information
#ED392D (or 0xED392D) is known color: Cinnabar. HEX triplet: ED, 39 and 2D. RGB value is (237,57,45). Sum of RGB (Red+Green+Blue) = 237+57+45=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED392D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED392D is #12C6D2. Grayscale: #6D6D6D. Windows color (decimal): -1230547 or 2963949. OLE color: 2963949.
HSL color Cylindrical-coordinate representation of color #ED392D: hue angle of 3.75º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED392D is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 57 | 45 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.07 |
| HSL | 3.75º | 0.84% | 0.55% | - |
| HSV(B) | 3.75º | 0.81% | 0.93% | - |
| XYZ | 36.86 | 21.12 | 4.62 | - |
| YUV | 109.45 | 91.63 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 57 | 45 | 0 | 0.76 | 0.81 | 0.07 | 3.75 | 0.84 | 0.55 |
| Hex | ED | 39 | 2D | 0 | 4C | 51 | 7 | 4 | 54 | 37 |
| Octal | 355 | 71 | 55 | 0 | 114 | 121 | 7 | 4 | 124 | 67 |
| Binary | 11101101 | 111001 | 101101 | 0 | 1001100 | 1010001 | 111 | 100 | 1010100 | 110111 |
Color Harmonies of #ED392D
Complementary color
Monochromatic Colors of #ED392D
Black with #ED392D
Text Example
Text Example
White with #ED392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED392D; }
p { color: rgb(237,57,45); }
H1.HeaderClassName
{
color: #ED392D;
}
.AnyTagClassName
{
color: #ED392D;
}
</style>
background-color css
<style>
a { background-color: #ED392D; }
a { background-color: rgb(237,57,45); }
div.DivClassName
{
background-color: #ED392D;
}
.BgClassName
{
background-color: #ED392D;
}
</style>
border-color css
<style>
span { border-color: #ED392D; }
span { border-color: rgb(237,57,45); }
td.TdClassName
{
border-color: #ED392D;
}
.TagClassName
{
border-color: #ED392D;
}
</style>