Shades of Cinnabar #ED4627
Tints of Cinnabar #ED4627
RGB
CMYK
RGB Variations
Color information
#ED4627 (or 0xED4627) is known color: Cinnabar. HEX triplet: ED, 46 and 27. RGB value is (237,70,39). Sum of RGB (Red+Green+Blue) = 237+70+39=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4627 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4627 is #12B9D8. Grayscale: #747474. Windows color (decimal): -1227225 or 2574061. OLE color: 2574061.
HSL color Cylindrical-coordinate representation of color #ED4627: hue angle of 9.39º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED4627 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 39 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.07 |
| HSL | 9.39º | 0.85% | 0.54% | - |
| HSV(B) | 9.39º | 0.84% | 0.93% | - |
| XYZ | 37.48 | 22.53 | 4.29 | - |
| YUV | 116.4 | 84.33 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 39 | 0 | 0.70 | 0.84 | 0.07 | 9.39 | 0.85 | 0.54 |
| Hex | ED | 46 | 27 | 0 | 46 | 54 | 7 | 9 | 55 | 36 |
| Octal | 355 | 106 | 47 | 0 | 106 | 124 | 7 | 11 | 125 | 66 |
| Binary | 11101101 | 1000110 | 100111 | 0 | 1000110 | 1010100 | 111 | 1001 | 1010101 | 110110 |
Color Harmonies of #ED4627
Complementary color
Monochromatic Colors of #ED4627
Black with #ED4627
Text Example
Text Example
White with #ED4627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4627; }
p { color: rgb(237,70,39); }
H1.HeaderClassName
{
color: #ED4627;
}
.AnyTagClassName
{
color: #ED4627;
}
</style>
background-color css
<style>
a { background-color: #ED4627; }
a { background-color: rgb(237,70,39); }
div.DivClassName
{
background-color: #ED4627;
}
.BgClassName
{
background-color: #ED4627;
}
</style>
border-color css
<style>
span { border-color: #ED4627; }
span { border-color: rgb(237,70,39); }
td.TdClassName
{
border-color: #ED4627;
}
.TagClassName
{
border-color: #ED4627;
}
</style>