Shades of Cinnabar #ED4732
Tints of Cinnabar #ED4732
RGB
CMYK
RGB Variations
Color information
#ED4732 (or 0xED4732) is known color: Cinnabar. HEX triplet: ED, 47 and 32. RGB value is (237,71,50). Sum of RGB (Red+Green+Blue) = 237+71+50=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4732 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4732 is #12B8CD. Grayscale: #767676. Windows color (decimal): -1226958 or 3295213. OLE color: 3295213.
HSL color Cylindrical-coordinate representation of color #ED4732: hue angle of 6.74º 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 #ED4732 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 50 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.07 |
| HSL | 6.74º | 0.84% | 0.56% | - |
| HSV(B) | 6.74º | 0.79% | 0.93% | - |
| XYZ | 37.75 | 22.74 | 5.42 | - |
| YUV | 118.24 | 89.5 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 50 | 0 | 0.70 | 0.79 | 0.07 | 6.74 | 0.84 | 0.56 |
| Hex | ED | 47 | 32 | 0 | 46 | 4F | 7 | 7 | 54 | 38 |
| Octal | 355 | 107 | 62 | 0 | 106 | 117 | 7 | 7 | 124 | 70 |
| Binary | 11101101 | 1000111 | 110010 | 0 | 1000110 | 1001111 | 111 | 111 | 1010100 | 111000 |
Color Harmonies of #ED4732
Complementary color
Monochromatic Colors of #ED4732
Black with #ED4732
Text Example
Text Example
White with #ED4732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4732; }
p { color: rgb(237,71,50); }
H1.HeaderClassName
{
color: #ED4732;
}
.AnyTagClassName
{
color: #ED4732;
}
</style>
background-color css
<style>
a { background-color: #ED4732; }
a { background-color: rgb(237,71,50); }
div.DivClassName
{
background-color: #ED4732;
}
.BgClassName
{
background-color: #ED4732;
}
</style>
border-color css
<style>
span { border-color: #ED4732; }
span { border-color: rgb(237,71,50); }
td.TdClassName
{
border-color: #ED4732;
}
.TagClassName
{
border-color: #ED4732;
}
</style>