Shades of Cinnabar #ED452A
Tints of Cinnabar #ED452A
RGB
CMYK
RGB Variations
Color information
#ED452A (or 0xED452A) is known color: Cinnabar. HEX triplet: ED, 45 and 2A. RGB value is (237,69,42). Sum of RGB (Red+Green+Blue) = 237+69+42=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED452A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED452A is #12BAD5. Grayscale: #747474. Windows color (decimal): -1227478 or 2770413. OLE color: 2770413.
HSL color Cylindrical-coordinate representation of color #ED452A: hue angle of 8.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED452A is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 42 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.07 |
| HSL | 8.31º | 0.84% | 0.55% | - |
| HSV(B) | 8.31º | 0.82% | 0.93% | - |
| XYZ | 37.47 | 22.43 | 4.54 | - |
| YUV | 116.15 | 86.16 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 42 | 0 | 0.71 | 0.82 | 0.07 | 8.31 | 0.84 | 0.55 |
| Hex | ED | 45 | 2A | 0 | 47 | 52 | 7 | 8 | 54 | 37 |
| Octal | 355 | 105 | 52 | 0 | 107 | 122 | 7 | 10 | 124 | 67 |
| Binary | 11101101 | 1000101 | 101010 | 0 | 1000111 | 1010010 | 111 | 1000 | 1010100 | 110111 |
Color Harmonies of #ED452A
Complementary color
Monochromatic Colors of #ED452A
Black with #ED452A
Text Example
Text Example
White with #ED452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED452A; }
p { color: rgb(237,69,42); }
H1.HeaderClassName
{
color: #ED452A;
}
.AnyTagClassName
{
color: #ED452A;
}
</style>
background-color css
<style>
a { background-color: #ED452A; }
a { background-color: rgb(237,69,42); }
div.DivClassName
{
background-color: #ED452A;
}
.BgClassName
{
background-color: #ED452A;
}
</style>
border-color css
<style>
span { border-color: #ED452A; }
span { border-color: rgb(237,69,42); }
td.TdClassName
{
border-color: #ED452A;
}
.TagClassName
{
border-color: #ED452A;
}
</style>