Shades of Cinnabar #ED431A
Tints of Cinnabar #ED431A
RGB
CMYK
RGB Variations
Color information
#ED431A (or 0xED431A) is known color: Cinnabar. HEX triplet: ED, 43 and 1A. RGB value is (237,67,26). Sum of RGB (Red+Green+Blue) = 237+67+26=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED431A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED431A is #12BCE5. Grayscale: #717171. Windows color (decimal): -1228006 or 1721325. OLE color: 1721325.
HSL color Cylindrical-coordinate representation of color #ED431A: hue angle of 11.66º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED431A is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 26 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.07 |
| HSL | 11.66º | 0.85% | 0.52% | - |
| HSV(B) | 11.66º | 0.89% | 0.93% | - |
| XYZ | 37.12 | 22.09 | 3.29 | - |
| YUV | 113.16 | 78.82 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 26 | 0 | 0.72 | 0.89 | 0.07 | 11.66 | 0.85 | 0.52 |
| Hex | ED | 43 | 1A | 0 | 48 | 59 | 7 | C | 55 | 34 |
| Octal | 355 | 103 | 32 | 0 | 110 | 131 | 7 | 14 | 125 | 64 |
| Binary | 11101101 | 1000011 | 11010 | 0 | 1001000 | 1011001 | 111 | 1100 | 1010101 | 110100 |
Color Harmonies of #ED431A
Complementary color
Monochromatic Colors of #ED431A
Black with #ED431A
Text Example
Text Example
White with #ED431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED431A; }
p { color: rgb(237,67,26); }
H1.HeaderClassName
{
color: #ED431A;
}
.AnyTagClassName
{
color: #ED431A;
}
</style>
background-color css
<style>
a { background-color: #ED431A; }
a { background-color: rgb(237,67,26); }
div.DivClassName
{
background-color: #ED431A;
}
.BgClassName
{
background-color: #ED431A;
}
</style>
border-color css
<style>
span { border-color: #ED431A; }
span { border-color: rgb(237,67,26); }
td.TdClassName
{
border-color: #ED431A;
}
.TagClassName
{
border-color: #ED431A;
}
</style>