Shades of Cinnabar #DD4D1F
Tints of Cinnabar #DD4D1F
RGB
CMYK
RGB Variations
Color information
#DD4D1F (or 0xDD4D1F) is known color: Cinnabar. HEX triplet: DD, 4D and 1F. RGB value is (221,77,31). Sum of RGB (Red+Green+Blue) = 221+77+31=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4D1F is #22B2E0. Grayscale: #737373. Windows color (decimal): -2274017 or 2051549. OLE color: 2051549.
HSL color Cylindrical-coordinate representation of color #DD4D1F: hue angle of 14.53º 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 #DD4D1F is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 31 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.13 |
| HSL | 14.53º | 0.75% | 0.49% | - |
| HSV(B) | 14.53º | 0.86% | 0.87% | - |
| XYZ | 32.72 | 20.78 | 3.58 | - |
| YUV | 114.81 | 80.71 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 31 | 0 | 0.65 | 0.86 | 0.13 | 14.53 | 0.75 | 0.49 |
| Hex | DD | 4D | 1F | 0 | 41 | 56 | D | F | 4B | 31 |
| Octal | 335 | 115 | 37 | 0 | 101 | 126 | 15 | 17 | 113 | 61 |
| Binary | 11011101 | 1001101 | 11111 | 0 | 1000001 | 1010110 | 1101 | 1111 | 1001011 | 110001 |
Color Harmonies of #DD4D1F
Complementary color
Monochromatic Colors of #DD4D1F
Black with #DD4D1F
Text Example
Text Example
White with #DD4D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D1F; }
p { color: rgb(221,77,31); }
H1.HeaderClassName
{
color: #DD4D1F;
}
.AnyTagClassName
{
color: #DD4D1F;
}
</style>
background-color css
<style>
a { background-color: #DD4D1F; }
a { background-color: rgb(221,77,31); }
div.DivClassName
{
background-color: #DD4D1F;
}
.BgClassName
{
background-color: #DD4D1F;
}
</style>
border-color css
<style>
span { border-color: #DD4D1F; }
span { border-color: rgb(221,77,31); }
td.TdClassName
{
border-color: #DD4D1F;
}
.TagClassName
{
border-color: #DD4D1F;
}
</style>