Shades of Cinnabar #ED4231
Tints of Cinnabar #ED4231
RGB
CMYK
RGB Variations
Color information
#ED4231 (or 0xED4231) is known color: Cinnabar. HEX triplet: ED, 42 and 31. RGB value is (237,66,49). Sum of RGB (Red+Green+Blue) = 237+66+49=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4231 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4231 is #12BDCE. Grayscale: #737373. Windows color (decimal): -1228239 or 3228397. OLE color: 3228397.
HSL color Cylindrical-coordinate representation of color #ED4231: hue angle of 5.43º 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 #ED4231 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 66 | 49 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.07 |
| HSL | 5.43º | 0.84% | 0.56% | - |
| HSV(B) | 5.43º | 0.79% | 0.93% | - |
| XYZ | 37.43 | 22.12 | 5.2 | - |
| YUV | 115.19 | 90.65 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 66 | 49 | 0 | 0.72 | 0.79 | 0.07 | 5.43 | 0.84 | 0.56 |
| Hex | ED | 42 | 31 | 0 | 48 | 4F | 7 | 5 | 54 | 38 |
| Octal | 355 | 102 | 61 | 0 | 110 | 117 | 7 | 5 | 124 | 70 |
| Binary | 11101101 | 1000010 | 110001 | 0 | 1001000 | 1001111 | 111 | 101 | 1010100 | 111000 |
Color Harmonies of #ED4231
Complementary color
Monochromatic Colors of #ED4231
Black with #ED4231
Text Example
Text Example
White with #ED4231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4231; }
p { color: rgb(237,66,49); }
H1.HeaderClassName
{
color: #ED4231;
}
.AnyTagClassName
{
color: #ED4231;
}
</style>
background-color css
<style>
a { background-color: #ED4231; }
a { background-color: rgb(237,66,49); }
div.DivClassName
{
background-color: #ED4231;
}
.BgClassName
{
background-color: #ED4231;
}
</style>
border-color css
<style>
span { border-color: #ED4231; }
span { border-color: rgb(237,66,49); }
td.TdClassName
{
border-color: #ED4231;
}
.TagClassName
{
border-color: #ED4231;
}
</style>