Shades of Cinnabar #DD4C1F
Tints of Cinnabar #DD4C1F
RGB
CMYK
RGB Variations
Color information
#DD4C1F (or 0xDD4C1F) is known color: Cinnabar. HEX triplet: DD, 4C and 1F. RGB value is (221,76,31). Sum of RGB (Red+Green+Blue) = 221+76+31=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C1F is #22B3E0. Grayscale: #727272. Windows color (decimal): -2274273 or 2051293. OLE color: 2051293.
HSL color Cylindrical-coordinate representation of color #DD4C1F: hue angle of 14.21º 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 #DD4C1F is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 31 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.13 |
| HSL | 14.21º | 0.75% | 0.49% | - |
| HSV(B) | 14.21º | 0.86% | 0.87% | - |
| XYZ | 32.65 | 20.64 | 3.56 | - |
| YUV | 114.23 | 81.04 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 31 | 0 | 0.66 | 0.86 | 0.13 | 14.21 | 0.75 | 0.49 |
| Hex | DD | 4C | 1F | 0 | 42 | 56 | D | E | 4B | 31 |
| Octal | 335 | 114 | 37 | 0 | 102 | 126 | 15 | 16 | 113 | 61 |
| Binary | 11011101 | 1001100 | 11111 | 0 | 1000010 | 1010110 | 1101 | 1110 | 1001011 | 110001 |
Color Harmonies of #DD4C1F
Complementary color
Monochromatic Colors of #DD4C1F
Black with #DD4C1F
Text Example
Text Example
White with #DD4C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4C1F; }
p { color: rgb(221,76,31); }
H1.HeaderClassName
{
color: #DD4C1F;
}
.AnyTagClassName
{
color: #DD4C1F;
}
</style>
background-color css
<style>
a { background-color: #DD4C1F; }
a { background-color: rgb(221,76,31); }
div.DivClassName
{
background-color: #DD4C1F;
}
.BgClassName
{
background-color: #DD4C1F;
}
</style>
border-color css
<style>
span { border-color: #DD4C1F; }
span { border-color: rgb(221,76,31); }
td.TdClassName
{
border-color: #DD4C1F;
}
.TagClassName
{
border-color: #DD4C1F;
}
</style>