Shades of Cinnabar #ED4631
Tints of Cinnabar #ED4631
RGB
CMYK
RGB Variations
Color information
#ED4631 (or 0xED4631) is known color: Cinnabar. HEX triplet: ED, 46 and 31. RGB value is (237,70,49). Sum of RGB (Red+Green+Blue) = 237+70+49=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4631 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4631 is #12B9CE. Grayscale: #757575. Windows color (decimal): -1227215 or 3229421. OLE color: 3229421.
HSL color Cylindrical-coordinate representation of color #ED4631: hue angle of 6.7º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED4631 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 49 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.07 |
| HSL | 6.7º | 0.84% | 0.56% | - |
| HSV(B) | 6.7º | 0.79% | 0.93% | - |
| XYZ | 37.67 | 22.61 | 5.28 | - |
| YUV | 117.54 | 89.33 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 49 | 0 | 0.70 | 0.79 | 0.07 | 6.7 | 0.84 | 0.56 |
| Hex | ED | 46 | 31 | 0 | 46 | 4F | 7 | 7 | 54 | 38 |
| Octal | 355 | 106 | 61 | 0 | 106 | 117 | 7 | 7 | 124 | 70 |
| Binary | 11101101 | 1000110 | 110001 | 0 | 1000110 | 1001111 | 111 | 111 | 1010100 | 111000 |
Color Harmonies of #ED4631
Complementary color
Monochromatic Colors of #ED4631
Black with #ED4631
Text Example
Text Example
White with #ED4631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4631; }
p { color: rgb(237,70,49); }
H1.HeaderClassName
{
color: #ED4631;
}
.AnyTagClassName
{
color: #ED4631;
}
</style>
background-color css
<style>
a { background-color: #ED4631; }
a { background-color: rgb(237,70,49); }
div.DivClassName
{
background-color: #ED4631;
}
.BgClassName
{
background-color: #ED4631;
}
</style>
border-color css
<style>
span { border-color: #ED4631; }
span { border-color: rgb(237,70,49); }
td.TdClassName
{
border-color: #ED4631;
}
.TagClassName
{
border-color: #ED4631;
}
</style>