Shades of Cinnabar #ED3733
Tints of Cinnabar #ED3733
RGB
CMYK
RGB Variations
Color information
#ED3733 (or 0xED3733) is known color: Cinnabar. HEX triplet: ED, 37 and 33. RGB value is (237,55,51). Sum of RGB (Red+Green+Blue) = 237+55+51=343 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.10% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 51 (20.31% from 255 or 14.87% from 343); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3733 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3733 is #12C8CC. Grayscale: #6D6D6D. Windows color (decimal): -1231053 or 3356653. OLE color: 3356653.
HSL color Cylindrical-coordinate representation of color #ED3733: hue angle of 1.29º 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 #ED3733 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 51 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.07 |
| HSL | 1.29º | 0.84% | 0.56% | - |
| HSV(B) | 1.29º | 0.78% | 0.93% | - |
| XYZ | 36.89 | 20.98 | 5.24 | - |
| YUV | 108.96 | 95.3 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 51 | 0 | 0.77 | 0.78 | 0.07 | 1.29 | 0.84 | 0.56 |
| Hex | ED | 37 | 33 | 0 | 4D | 4E | 7 | 1 | 54 | 38 |
| Octal | 355 | 67 | 63 | 0 | 115 | 116 | 7 | 1 | 124 | 70 |
| Binary | 11101101 | 110111 | 110011 | 0 | 1001101 | 1001110 | 111 | 1 | 1010100 | 111000 |
Color Harmonies of #ED3733
Complementary color
Monochromatic Colors of #ED3733
Black with #ED3733
Text Example
Text Example
White with #ED3733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3733; }
p { color: rgb(237,55,51); }
H1.HeaderClassName
{
color: #ED3733;
}
.AnyTagClassName
{
color: #ED3733;
}
</style>
background-color css
<style>
a { background-color: #ED3733; }
a { background-color: rgb(237,55,51); }
div.DivClassName
{
background-color: #ED3733;
}
.BgClassName
{
background-color: #ED3733;
}
</style>
border-color css
<style>
span { border-color: #ED3733; }
span { border-color: rgb(237,55,51); }
td.TdClassName
{
border-color: #ED3733;
}
.TagClassName
{
border-color: #ED3733;
}
</style>