Shades of Cinnabar #ED452D
Tints of Cinnabar #ED452D
RGB
CMYK
RGB Variations
Color information
#ED452D (or 0xED452D) is known color: Cinnabar. HEX triplet: ED, 45 and 2D. RGB value is (237,69,45). Sum of RGB (Red+Green+Blue) = 237+69+45=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED452D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED452D is #12BAD2. Grayscale: #747474. Windows color (decimal): -1227475 or 2967021. OLE color: 2967021.
HSL color Cylindrical-coordinate representation of color #ED452D: hue angle of 7.5º 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 #ED452D is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 45 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.07 |
| HSL | 7.5º | 0.84% | 0.55% | - |
| HSV(B) | 7.5º | 0.81% | 0.93% | - |
| XYZ | 37.53 | 22.45 | 4.84 | - |
| YUV | 116.5 | 87.66 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 45 | 0 | 0.71 | 0.81 | 0.07 | 7.5 | 0.84 | 0.55 |
| Hex | ED | 45 | 2D | 0 | 47 | 51 | 7 | 8 | 54 | 37 |
| Octal | 355 | 105 | 55 | 0 | 107 | 121 | 7 | 10 | 124 | 67 |
| Binary | 11101101 | 1000101 | 101101 | 0 | 1000111 | 1010001 | 111 | 1000 | 1010100 | 110111 |
Color Harmonies of #ED452D
Complementary color
Monochromatic Colors of #ED452D
Black with #ED452D
Text Example
Text Example
White with #ED452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED452D; }
p { color: rgb(237,69,45); }
H1.HeaderClassName
{
color: #ED452D;
}
.AnyTagClassName
{
color: #ED452D;
}
</style>
background-color css
<style>
a { background-color: #ED452D; }
a { background-color: rgb(237,69,45); }
div.DivClassName
{
background-color: #ED452D;
}
.BgClassName
{
background-color: #ED452D;
}
</style>
border-color css
<style>
span { border-color: #ED452D; }
span { border-color: rgb(237,69,45); }
td.TdClassName
{
border-color: #ED452D;
}
.TagClassName
{
border-color: #ED452D;
}
</style>