Shades of Cinnabar #DD3D1E
Tints of Cinnabar #DD3D1E
RGB
CMYK
RGB Variations
Color information
#DD3D1E (or 0xDD3D1E) is known color: Cinnabar. HEX triplet: DD, 3D and 1E. RGB value is (221,61,30). Sum of RGB (Red+Green+Blue) = 221+61+30=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3D1E is #22C2E1. Grayscale: #696969. Windows color (decimal): -2278114 or 1981917. OLE color: 1981917.
HSL color Cylindrical-coordinate representation of color #DD3D1E: hue angle of 9.74º 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 #DD3D1E is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 30 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.13 |
| HSL | 9.74º | 0.76% | 0.49% | - |
| HSV(B) | 9.74º | 0.86% | 0.87% | - |
| XYZ | 31.72 | 18.8 | 3.19 | - |
| YUV | 105.31 | 85.51 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 30 | 0 | 0.72 | 0.86 | 0.13 | 9.74 | 0.76 | 0.49 |
| Hex | DD | 3D | 1E | 0 | 48 | 56 | D | A | 4C | 31 |
| Octal | 335 | 75 | 36 | 0 | 110 | 126 | 15 | 12 | 114 | 61 |
| Binary | 11011101 | 111101 | 11110 | 0 | 1001000 | 1010110 | 1101 | 1010 | 1001100 | 110001 |
Color Harmonies of #DD3D1E
Complementary color
Monochromatic Colors of #DD3D1E
Black with #DD3D1E
Text Example
Text Example
White with #DD3D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3D1E; }
p { color: rgb(221,61,30); }
H1.HeaderClassName
{
color: #DD3D1E;
}
.AnyTagClassName
{
color: #DD3D1E;
}
</style>
background-color css
<style>
a { background-color: #DD3D1E; }
a { background-color: rgb(221,61,30); }
div.DivClassName
{
background-color: #DD3D1E;
}
.BgClassName
{
background-color: #DD3D1E;
}
</style>
border-color css
<style>
span { border-color: #DD3D1E; }
span { border-color: rgb(221,61,30); }
td.TdClassName
{
border-color: #DD3D1E;
}
.TagClassName
{
border-color: #DD3D1E;
}
</style>