Shades of Cinnabar #DD3F1E
Tints of Cinnabar #DD3F1E
RGB
CMYK
RGB Variations
Color information
#DD3F1E (or 0xDD3F1E) is known color: Cinnabar. HEX triplet: DD, 3F and 1E. RGB value is (221,63,30). Sum of RGB (Red+Green+Blue) = 221+63+30=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F1E is #22C0E1. Grayscale: #6A6A6A. Windows color (decimal): -2277602 or 1982429. OLE color: 1982429.
HSL color Cylindrical-coordinate representation of color #DD3F1E: hue angle of 10.37º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD3F1E is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 30 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.13 |
| HSL | 10.37º | 0.76% | 0.49% | - |
| HSV(B) | 10.37º | 0.86% | 0.87% | - |
| XYZ | 31.83 | 19.02 | 3.22 | - |
| YUV | 106.48 | 84.85 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 30 | 0 | 0.71 | 0.86 | 0.13 | 10.37 | 0.76 | 0.49 |
| Hex | DD | 3F | 1E | 0 | 47 | 56 | D | A | 4C | 31 |
| Octal | 335 | 77 | 36 | 0 | 107 | 126 | 15 | 12 | 114 | 61 |
| Binary | 11011101 | 111111 | 11110 | 0 | 1000111 | 1010110 | 1101 | 1010 | 1001100 | 110001 |
Color Harmonies of #DD3F1E
Complementary color
Monochromatic Colors of #DD3F1E
Black with #DD3F1E
Text Example
Text Example
White with #DD3F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F1E; }
p { color: rgb(221,63,30); }
H1.HeaderClassName
{
color: #DD3F1E;
}
.AnyTagClassName
{
color: #DD3F1E;
}
</style>
background-color css
<style>
a { background-color: #DD3F1E; }
a { background-color: rgb(221,63,30); }
div.DivClassName
{
background-color: #DD3F1E;
}
.BgClassName
{
background-color: #DD3F1E;
}
</style>
border-color css
<style>
span { border-color: #DD3F1E; }
span { border-color: rgb(221,63,30); }
td.TdClassName
{
border-color: #DD3F1E;
}
.TagClassName
{
border-color: #DD3F1E;
}
</style>