Shades of Cinnabar #ED4D33
Tints of Cinnabar #ED4D33
RGB
CMYK
RGB Variations
Color information
#ED4D33 (or 0xED4D33) is known color: Cinnabar. HEX triplet: ED, 4D and 33. RGB value is (237,77,51). Sum of RGB (Red+Green+Blue) = 237+77+51=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4D33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED4D33 is #12B2CC. Grayscale: #7A7A7A. Windows color (decimal): -1225421 or 3362285. OLE color: 3362285.
HSL color Cylindrical-coordinate representation of color #ED4D33: hue angle of 8.39º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED4D33 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 77 | 51 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.07 |
| HSL | 8.39º | 0.84% | 0.56% | - |
| HSV(B) | 8.39º | 0.78% | 0.93% | - |
| XYZ | 38.18 | 23.55 | 5.67 | - |
| YUV | 121.88 | 88.01 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 77 | 51 | 0 | 0.68 | 0.78 | 0.07 | 8.39 | 0.84 | 0.56 |
| Hex | ED | 4D | 33 | 0 | 44 | 4E | 7 | 8 | 54 | 38 |
| Octal | 355 | 115 | 63 | 0 | 104 | 116 | 7 | 10 | 124 | 70 |
| Binary | 11101101 | 1001101 | 110011 | 0 | 1000100 | 1001110 | 111 | 1000 | 1010100 | 111000 |
Color Harmonies of #ED4D33
Complementary color
Monochromatic Colors of #ED4D33
Black with #ED4D33
Text Example
Text Example
White with #ED4D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4D33; }
p { color: rgb(237,77,51); }
H1.HeaderClassName
{
color: #ED4D33;
}
.AnyTagClassName
{
color: #ED4D33;
}
</style>
background-color css
<style>
a { background-color: #ED4D33; }
a { background-color: rgb(237,77,51); }
div.DivClassName
{
background-color: #ED4D33;
}
.BgClassName
{
background-color: #ED4D33;
}
</style>
border-color css
<style>
span { border-color: #ED4D33; }
span { border-color: rgb(237,77,51); }
td.TdClassName
{
border-color: #ED4D33;
}
.TagClassName
{
border-color: #ED4D33;
}
</style>