Shades of Cinnabar #ED422D
Tints of Cinnabar #ED422D
RGB
CMYK
RGB Variations
Color information
#ED422D (or 0xED422D) is known color: Cinnabar. HEX triplet: ED, 42 and 2D. RGB value is (237,66,45). Sum of RGB (Red+Green+Blue) = 237+66+45=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED422D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED422D is #12BDD2. Grayscale: #727272. Windows color (decimal): -1228243 or 2966253. OLE color: 2966253.
HSL color Cylindrical-coordinate representation of color #ED422D: hue angle of 6.56º 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 #ED422D is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 66 | 45 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.07 |
| HSL | 6.56º | 0.84% | 0.55% | - |
| HSV(B) | 6.56º | 0.81% | 0.93% | - |
| XYZ | 37.35 | 22.09 | 4.78 | - |
| YUV | 114.74 | 88.65 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 66 | 45 | 0 | 0.72 | 0.81 | 0.07 | 6.56 | 0.84 | 0.55 |
| Hex | ED | 42 | 2D | 0 | 48 | 51 | 7 | 7 | 54 | 37 |
| Octal | 355 | 102 | 55 | 0 | 110 | 121 | 7 | 7 | 124 | 67 |
| Binary | 11101101 | 1000010 | 101101 | 0 | 1001000 | 1010001 | 111 | 111 | 1010100 | 110111 |
Color Harmonies of #ED422D
Complementary color
Monochromatic Colors of #ED422D
Black with #ED422D
Text Example
Text Example
White with #ED422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED422D; }
p { color: rgb(237,66,45); }
H1.HeaderClassName
{
color: #ED422D;
}
.AnyTagClassName
{
color: #ED422D;
}
</style>
background-color css
<style>
a { background-color: #ED422D; }
a { background-color: rgb(237,66,45); }
div.DivClassName
{
background-color: #ED422D;
}
.BgClassName
{
background-color: #ED422D;
}
</style>
border-color css
<style>
span { border-color: #ED422D; }
span { border-color: rgb(237,66,45); }
td.TdClassName
{
border-color: #ED422D;
}
.TagClassName
{
border-color: #ED422D;
}
</style>