Shades of Cinnabar #ED332F
Tints of Cinnabar #ED332F
RGB
CMYK
RGB Variations
Color information
#ED332F (or 0xED332F) is known color: Cinnabar. HEX triplet: ED, 33 and 2F. RGB value is (237,51,47). Sum of RGB (Red+Green+Blue) = 237+51+47=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED332F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED332F is #12CCD0. Grayscale: #6A6A6A. Windows color (decimal): -1232081 or 3093485. OLE color: 3093485.
HSL color Cylindrical-coordinate representation of color #ED332F: hue angle of 1.26º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED332F is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 47 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.07 |
| HSL | 1.26º | 0.84% | 0.56% | - |
| HSV(B) | 1.26º | 0.8% | 0.93% | - |
| XYZ | 36.62 | 20.58 | 4.73 | - |
| YUV | 106.16 | 94.62 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 47 | 0 | 0.78 | 0.80 | 0.07 | 1.26 | 0.84 | 0.56 |
| Hex | ED | 33 | 2F | 0 | 4E | 50 | 7 | 1 | 54 | 38 |
| Octal | 355 | 63 | 57 | 0 | 116 | 120 | 7 | 1 | 124 | 70 |
| Binary | 11101101 | 110011 | 101111 | 0 | 1001110 | 1010000 | 111 | 1 | 1010100 | 111000 |
Color Harmonies of #ED332F
Complementary color
Monochromatic Colors of #ED332F
Black with #ED332F
Text Example
Text Example
White with #ED332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED332F; }
p { color: rgb(237,51,47); }
H1.HeaderClassName
{
color: #ED332F;
}
.AnyTagClassName
{
color: #ED332F;
}
</style>
background-color css
<style>
a { background-color: #ED332F; }
a { background-color: rgb(237,51,47); }
div.DivClassName
{
background-color: #ED332F;
}
.BgClassName
{
background-color: #ED332F;
}
</style>
border-color css
<style>
span { border-color: #ED332F; }
span { border-color: rgb(237,51,47); }
td.TdClassName
{
border-color: #ED332F;
}
.TagClassName
{
border-color: #ED332F;
}
</style>