Shades of Cinnabar #ED4433
Tints of Cinnabar #ED4433
RGB
CMYK
RGB Variations
Color information
#ED4433 (or 0xED4433) is known color: Cinnabar. HEX triplet: ED, 44 and 33. RGB value is (237,68,51). Sum of RGB (Red+Green+Blue) = 237+68+51=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4433 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4433 is #12BBCC. Grayscale: #747474. Windows color (decimal): -1227725 or 3359981. OLE color: 3359981.
HSL color Cylindrical-coordinate representation of color #ED4433: hue angle of 5.48º 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 #ED4433 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 51 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.07 |
| HSL | 5.48º | 0.84% | 0.56% | - |
| HSV(B) | 5.48º | 0.78% | 0.93% | - |
| XYZ | 37.59 | 22.38 | 5.47 | - |
| YUV | 116.59 | 90.99 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 51 | 0 | 0.71 | 0.78 | 0.07 | 5.48 | 0.84 | 0.56 |
| Hex | ED | 44 | 33 | 0 | 47 | 4E | 7 | 5 | 54 | 38 |
| Octal | 355 | 104 | 63 | 0 | 107 | 116 | 7 | 5 | 124 | 70 |
| Binary | 11101101 | 1000100 | 110011 | 0 | 1000111 | 1001110 | 111 | 101 | 1010100 | 111000 |
Color Harmonies of #ED4433
Complementary color
Monochromatic Colors of #ED4433
Black with #ED4433
Text Example
Text Example
White with #ED4433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4433; }
p { color: rgb(237,68,51); }
H1.HeaderClassName
{
color: #ED4433;
}
.AnyTagClassName
{
color: #ED4433;
}
</style>
background-color css
<style>
a { background-color: #ED4433; }
a { background-color: rgb(237,68,51); }
div.DivClassName
{
background-color: #ED4433;
}
.BgClassName
{
background-color: #ED4433;
}
</style>
border-color css
<style>
span { border-color: #ED4433; }
span { border-color: rgb(237,68,51); }
td.TdClassName
{
border-color: #ED4433;
}
.TagClassName
{
border-color: #ED4433;
}
</style>