Shades of Cinnabar #ED3F2D
Tints of Cinnabar #ED3F2D
RGB
CMYK
RGB Variations
Color information
#ED3F2D (or 0xED3F2D) is known color: Cinnabar. HEX triplet: ED, 3F and 2D. RGB value is (237,63,45). Sum of RGB (Red+Green+Blue) = 237+63+45=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3F2D is #12C0D2. Grayscale: #717171. Windows color (decimal): -1229011 or 2965485. OLE color: 2965485.
HSL color Cylindrical-coordinate representation of color #ED3F2D: hue angle of 5.62º 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 #ED3F2D is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 63 | 45 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.07 |
| HSL | 5.63º | 0.84% | 0.55% | - |
| HSV(B) | 5.63º | 0.81% | 0.93% | - |
| XYZ | 37.18 | 21.75 | 4.72 | - |
| YUV | 112.97 | 89.65 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 63 | 45 | 0 | 0.73 | 0.81 | 0.07 | 5.63 | 0.84 | 0.55 |
| Hex | ED | 3F | 2D | 0 | 49 | 51 | 7 | 6 | 54 | 37 |
| Octal | 355 | 77 | 55 | 0 | 111 | 121 | 7 | 6 | 124 | 67 |
| Binary | 11101101 | 111111 | 101101 | 0 | 1001001 | 1010001 | 111 | 110 | 1010100 | 110111 |
Color Harmonies of #ED3F2D
Complementary color
Monochromatic Colors of #ED3F2D
Black with #ED3F2D
Text Example
Text Example
White with #ED3F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3F2D; }
p { color: rgb(237,63,45); }
H1.HeaderClassName
{
color: #ED3F2D;
}
.AnyTagClassName
{
color: #ED3F2D;
}
</style>
background-color css
<style>
a { background-color: #ED3F2D; }
a { background-color: rgb(237,63,45); }
div.DivClassName
{
background-color: #ED3F2D;
}
.BgClassName
{
background-color: #ED3F2D;
}
</style>
border-color css
<style>
span { border-color: #ED3F2D; }
span { border-color: rgb(237,63,45); }
td.TdClassName
{
border-color: #ED3F2D;
}
.TagClassName
{
border-color: #ED3F2D;
}
</style>