Shades of Cinnabar #DD4A1D
Tints of Cinnabar #DD4A1D
RGB
CMYK
RGB Variations
Color information
#DD4A1D (or 0xDD4A1D) is known color: Cinnabar. HEX triplet: DD, 4A and 1D. RGB value is (221,74,29). Sum of RGB (Red+Green+Blue) = 221+74+29=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A1D is #22B5E2. Grayscale: #717171. Windows color (decimal): -2274787 or 1919709. OLE color: 1919709.
HSL color Cylindrical-coordinate representation of color #DD4A1D: hue angle of 14.06º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD4A1D is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 29 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.13 |
| HSL | 14.06º | 0.77% | 0.49% | - |
| HSV(B) | 14.06º | 0.87% | 0.87% | - |
| XYZ | 32.49 | 20.36 | 3.38 | - |
| YUV | 112.82 | 80.7 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 29 | 0 | 0.67 | 0.87 | 0.13 | 14.06 | 0.77 | 0.49 |
| Hex | DD | 4A | 1D | 0 | 43 | 57 | D | E | 4D | 31 |
| Octal | 335 | 112 | 35 | 0 | 103 | 127 | 15 | 16 | 115 | 61 |
| Binary | 11011101 | 1001010 | 11101 | 0 | 1000011 | 1010111 | 1101 | 1110 | 1001101 | 110001 |
Color Harmonies of #DD4A1D
Complementary color
Monochromatic Colors of #DD4A1D
Black with #DD4A1D
Text Example
Text Example
White with #DD4A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A1D; }
p { color: rgb(221,74,29); }
H1.HeaderClassName
{
color: #DD4A1D;
}
.AnyTagClassName
{
color: #DD4A1D;
}
</style>
background-color css
<style>
a { background-color: #DD4A1D; }
a { background-color: rgb(221,74,29); }
div.DivClassName
{
background-color: #DD4A1D;
}
.BgClassName
{
background-color: #DD4A1D;
}
</style>
border-color css
<style>
span { border-color: #DD4A1D; }
span { border-color: rgb(221,74,29); }
td.TdClassName
{
border-color: #DD4A1D;
}
.TagClassName
{
border-color: #DD4A1D;
}
</style>