Shades of Cinnabar #ED332C
Tints of Cinnabar #ED332C
RGB
CMYK
RGB Variations
Color information
#ED332C (or 0xED332C) is known color: Cinnabar. HEX triplet: ED, 33 and 2C. RGB value is (237,51,44). Sum of RGB (Red+Green+Blue) = 237+51+44=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED332C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED332C is #12CCD3. Grayscale: #6A6A6A. Windows color (decimal): -1232084 or 2896877. OLE color: 2896877.
HSL color Cylindrical-coordinate representation of color #ED332C: hue angle of 2.18º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED332C is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 44 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.07 |
| HSL | 2.18º | 0.84% | 0.55% | - |
| HSV(B) | 2.18º | 0.81% | 0.93% | - |
| XYZ | 36.56 | 20.55 | 4.42 | - |
| YUV | 105.82 | 93.12 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 44 | 0 | 0.78 | 0.81 | 0.07 | 2.18 | 0.84 | 0.55 |
| Hex | ED | 33 | 2C | 0 | 4E | 51 | 7 | 2 | 54 | 37 |
| Octal | 355 | 63 | 54 | 0 | 116 | 121 | 7 | 2 | 124 | 67 |
| Binary | 11101101 | 110011 | 101100 | 0 | 1001110 | 1010001 | 111 | 10 | 1010100 | 110111 |
Color Harmonies of #ED332C
Complementary color
Monochromatic Colors of #ED332C
Black with #ED332C
Text Example
Text Example
White with #ED332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED332C; }
p { color: rgb(237,51,44); }
H1.HeaderClassName
{
color: #ED332C;
}
.AnyTagClassName
{
color: #ED332C;
}
</style>
background-color css
<style>
a { background-color: #ED332C; }
a { background-color: rgb(237,51,44); }
div.DivClassName
{
background-color: #ED332C;
}
.BgClassName
{
background-color: #ED332C;
}
</style>
border-color css
<style>
span { border-color: #ED332C; }
span { border-color: rgb(237,51,44); }
td.TdClassName
{
border-color: #ED332C;
}
.TagClassName
{
border-color: #ED332C;
}
</style>