Shades of Cinnabar #DD441F
Tints of Cinnabar #DD441F
RGB
CMYK
RGB Variations
Color information
#DD441F (or 0xDD441F) is known color: Cinnabar. HEX triplet: DD, 44 and 1F. RGB value is (221,68,31). Sum of RGB (Red+Green+Blue) = 221+68+31=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD441F is #22BBE0. Grayscale: #6D6D6D. Windows color (decimal): -2276321 or 2049245. OLE color: 2049245.
HSL color Cylindrical-coordinate representation of color #DD441F: hue angle of 11.68º degrees, saturation: 0.75, 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 #DD441F is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 31 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.13 |
| HSL | 11.68º | 0.75% | 0.49% | - |
| HSV(B) | 11.68º | 0.86% | 0.87% | - |
| XYZ | 32.13 | 19.61 | 3.39 | - |
| YUV | 109.53 | 83.69 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 31 | 0 | 0.69 | 0.86 | 0.13 | 11.68 | 0.75 | 0.49 |
| Hex | DD | 44 | 1F | 0 | 45 | 56 | D | C | 4B | 31 |
| Octal | 335 | 104 | 37 | 0 | 105 | 126 | 15 | 14 | 113 | 61 |
| Binary | 11011101 | 1000100 | 11111 | 0 | 1000101 | 1010110 | 1101 | 1100 | 1001011 | 110001 |
Color Harmonies of #DD441F
Complementary color
Monochromatic Colors of #DD441F
Black with #DD441F
Text Example
Text Example
White with #DD441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD441F; }
p { color: rgb(221,68,31); }
H1.HeaderClassName
{
color: #DD441F;
}
.AnyTagClassName
{
color: #DD441F;
}
</style>
background-color css
<style>
a { background-color: #DD441F; }
a { background-color: rgb(221,68,31); }
div.DivClassName
{
background-color: #DD441F;
}
.BgClassName
{
background-color: #DD441F;
}
</style>
border-color css
<style>
span { border-color: #DD441F; }
span { border-color: rgb(221,68,31); }
td.TdClassName
{
border-color: #DD441F;
}
.TagClassName
{
border-color: #DD441F;
}
</style>