Shades of Cinnabar #ED4233
Tints of Cinnabar #ED4233
RGB
CMYK
RGB Variations
Color information
#ED4233 (or 0xED4233) is known color: Cinnabar. HEX triplet: ED, 42 and 33. RGB value is (237,66,51). Sum of RGB (Red+Green+Blue) = 237+66+51=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4233 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4233 is #12BDCC. Grayscale: #737373. Windows color (decimal): -1228237 or 3359469. OLE color: 3359469.
HSL color Cylindrical-coordinate representation of color #ED4233: hue angle of 4.84º 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 #ED4233 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 66 | 51 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.07 |
| HSL | 4.84º | 0.84% | 0.56% | - |
| HSV(B) | 4.84º | 0.78% | 0.93% | - |
| XYZ | 37.47 | 22.14 | 5.43 | - |
| YUV | 115.42 | 91.65 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 66 | 51 | 0 | 0.72 | 0.78 | 0.07 | 4.84 | 0.84 | 0.56 |
| Hex | ED | 42 | 33 | 0 | 48 | 4E | 7 | 5 | 54 | 38 |
| Octal | 355 | 102 | 63 | 0 | 110 | 116 | 7 | 5 | 124 | 70 |
| Binary | 11101101 | 1000010 | 110011 | 0 | 1001000 | 1001110 | 111 | 101 | 1010100 | 111000 |
Color Harmonies of #ED4233
Complementary color
Monochromatic Colors of #ED4233
Black with #ED4233
Text Example
Text Example
White with #ED4233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4233; }
p { color: rgb(237,66,51); }
H1.HeaderClassName
{
color: #ED4233;
}
.AnyTagClassName
{
color: #ED4233;
}
</style>
background-color css
<style>
a { background-color: #ED4233; }
a { background-color: rgb(237,66,51); }
div.DivClassName
{
background-color: #ED4233;
}
.BgClassName
{
background-color: #ED4233;
}
</style>
border-color css
<style>
span { border-color: #ED4233; }
span { border-color: rgb(237,66,51); }
td.TdClassName
{
border-color: #ED4233;
}
.TagClassName
{
border-color: #ED4233;
}
</style>