Shades of Cinnabar #DD4321
Tints of Cinnabar #DD4321
RGB
CMYK
RGB Variations
Color information
#DD4321 (or 0xDD4321) is known color: Cinnabar. HEX triplet: DD, 43 and 21. RGB value is (221,67,33). Sum of RGB (Red+Green+Blue) = 221+67+33=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4321 is #22BCDE. Grayscale: #6D6D6D. Windows color (decimal): -2276575 or 2180061. OLE color: 2180061.
HSL color Cylindrical-coordinate representation of color #DD4321: hue angle of 10.85º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD4321 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 33 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.13 |
| HSL | 10.85º | 0.74% | 0.5% | - |
| HSV(B) | 10.85º | 0.85% | 0.87% | - |
| XYZ | 32.1 | 19.5 | 3.51 | - |
| YUV | 109.17 | 85.02 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 33 | 0 | 0.70 | 0.85 | 0.13 | 10.85 | 0.74 | 0.5 |
| Hex | DD | 43 | 21 | 0 | 46 | 55 | D | B | 4A | 32 |
| Octal | 335 | 103 | 41 | 0 | 106 | 125 | 15 | 13 | 112 | 62 |
| Binary | 11011101 | 1000011 | 100001 | 0 | 1000110 | 1010101 | 1101 | 1011 | 1001010 | 110010 |
Color Harmonies of #DD4321
Complementary color
Monochromatic Colors of #DD4321
Black with #DD4321
Text Example
Text Example
White with #DD4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4321; }
p { color: rgb(221,67,33); }
H1.HeaderClassName
{
color: #DD4321;
}
.AnyTagClassName
{
color: #DD4321;
}
</style>
background-color css
<style>
a { background-color: #DD4321; }
a { background-color: rgb(221,67,33); }
div.DivClassName
{
background-color: #DD4321;
}
.BgClassName
{
background-color: #DD4321;
}
</style>
border-color css
<style>
span { border-color: #DD4321; }
span { border-color: rgb(221,67,33); }
td.TdClassName
{
border-color: #DD4321;
}
.TagClassName
{
border-color: #DD4321;
}
</style>