Shades of Cinnabar #ED431D
Tints of Cinnabar #ED431D
RGB
CMYK
RGB Variations
Color information
#ED431D (or 0xED431D) is known color: Cinnabar. HEX triplet: ED, 43 and 1D. RGB value is (237,67,29). Sum of RGB (Red+Green+Blue) = 237+67+29=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED431D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED431D is #12BCE2. Grayscale: #717171. Windows color (decimal): -1228003 or 1917933. OLE color: 1917933.
HSL color Cylindrical-coordinate representation of color #ED431D: hue angle of 10.96º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED431D is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 29 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.07 |
| HSL | 10.96º | 0.85% | 0.52% | - |
| HSV(B) | 10.96º | 0.88% | 0.93% | - |
| XYZ | 37.15 | 22.11 | 3.47 | - |
| YUV | 113.5 | 80.32 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 29 | 0 | 0.72 | 0.88 | 0.07 | 10.96 | 0.85 | 0.52 |
| Hex | ED | 43 | 1D | 0 | 48 | 58 | 7 | B | 55 | 34 |
| Octal | 355 | 103 | 35 | 0 | 110 | 130 | 7 | 13 | 125 | 64 |
| Binary | 11101101 | 1000011 | 11101 | 0 | 1001000 | 1011000 | 111 | 1011 | 1010101 | 110100 |
Color Harmonies of #ED431D
Complementary color
Monochromatic Colors of #ED431D
Black with #ED431D
Text Example
Text Example
White with #ED431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED431D; }
p { color: rgb(237,67,29); }
H1.HeaderClassName
{
color: #ED431D;
}
.AnyTagClassName
{
color: #ED431D;
}
</style>
background-color css
<style>
a { background-color: #ED431D; }
a { background-color: rgb(237,67,29); }
div.DivClassName
{
background-color: #ED431D;
}
.BgClassName
{
background-color: #ED431D;
}
</style>
border-color css
<style>
span { border-color: #ED431D; }
span { border-color: rgb(237,67,29); }
td.TdClassName
{
border-color: #ED431D;
}
.TagClassName
{
border-color: #ED431D;
}
</style>