Shades of Cinnabar #ED322B
Tints of Cinnabar #ED322B
RGB
CMYK
RGB Variations
Color information
#ED322B (or 0xED322B) is known color: Cinnabar. HEX triplet: ED, 32 and 2B. RGB value is (237,50,43). Sum of RGB (Red+Green+Blue) = 237+50+43=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED322B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED322B is #12CDD4. Grayscale: #696969. Windows color (decimal): -1232341 or 2831085. OLE color: 2831085.
HSL color Cylindrical-coordinate representation of color #ED322B: hue angle of 2.16º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED322B is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 43 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.07 |
| HSL | 2.16º | 0.84% | 0.55% | - |
| HSV(B) | 2.16º | 0.82% | 0.93% | - |
| XYZ | 36.5 | 20.46 | 4.31 | - |
| YUV | 105.12 | 92.95 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 43 | 0 | 0.79 | 0.82 | 0.07 | 2.16 | 0.84 | 0.55 |
| Hex | ED | 32 | 2B | 0 | 4F | 52 | 7 | 2 | 54 | 37 |
| Octal | 355 | 62 | 53 | 0 | 117 | 122 | 7 | 2 | 124 | 67 |
| Binary | 11101101 | 110010 | 101011 | 0 | 1001111 | 1010010 | 111 | 10 | 1010100 | 110111 |
Color Harmonies of #ED322B
Complementary color
Monochromatic Colors of #ED322B
Black with #ED322B
Text Example
Text Example
White with #ED322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED322B; }
p { color: rgb(237,50,43); }
H1.HeaderClassName
{
color: #ED322B;
}
.AnyTagClassName
{
color: #ED322B;
}
</style>
background-color css
<style>
a { background-color: #ED322B; }
a { background-color: rgb(237,50,43); }
div.DivClassName
{
background-color: #ED322B;
}
.BgClassName
{
background-color: #ED322B;
}
</style>
border-color css
<style>
span { border-color: #ED322B; }
span { border-color: rgb(237,50,43); }
td.TdClassName
{
border-color: #ED322B;
}
.TagClassName
{
border-color: #ED322B;
}
</style>