Shades of Cinnabar #ED3F1D
Tints of Cinnabar #ED3F1D
RGB
CMYK
RGB Variations
Color information
#ED3F1D (or 0xED3F1D) is known color: Cinnabar. HEX triplet: ED, 3F and 1D. RGB value is (237,63,29). Sum of RGB (Red+Green+Blue) = 237+63+29=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3F1D is #12C0E2. Grayscale: #6F6F6F. Windows color (decimal): -1229027 or 1916909. OLE color: 1916909.
HSL color Cylindrical-coordinate representation of color #ED3F1D: hue angle of 9.81º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED3F1D is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 63 | 29 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.07 |
| HSL | 9.81º | 0.85% | 0.52% | - |
| HSV(B) | 9.81º | 0.88% | 0.93% | - |
| XYZ | 36.92 | 21.65 | 3.39 | - |
| YUV | 111.15 | 81.65 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 63 | 29 | 0 | 0.73 | 0.88 | 0.07 | 9.81 | 0.85 | 0.52 |
| Hex | ED | 3F | 1D | 0 | 49 | 58 | 7 | A | 55 | 34 |
| Octal | 355 | 77 | 35 | 0 | 111 | 130 | 7 | 12 | 125 | 64 |
| Binary | 11101101 | 111111 | 11101 | 0 | 1001001 | 1011000 | 111 | 1010 | 1010101 | 110100 |
Color Harmonies of #ED3F1D
Complementary color
Monochromatic Colors of #ED3F1D
Black with #ED3F1D
Text Example
Text Example
White with #ED3F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3F1D; }
p { color: rgb(237,63,29); }
H1.HeaderClassName
{
color: #ED3F1D;
}
.AnyTagClassName
{
color: #ED3F1D;
}
</style>
background-color css
<style>
a { background-color: #ED3F1D; }
a { background-color: rgb(237,63,29); }
div.DivClassName
{
background-color: #ED3F1D;
}
.BgClassName
{
background-color: #ED3F1D;
}
</style>
border-color css
<style>
span { border-color: #ED3F1D; }
span { border-color: rgb(237,63,29); }
td.TdClassName
{
border-color: #ED3F1D;
}
.TagClassName
{
border-color: #ED3F1D;
}
</style>