Shades of Cinnabar #DD4526
Tints of Cinnabar #DD4526
RGB
CMYK
RGB Variations
Color information
#DD4526 (or 0xDD4526) is known color: Cinnabar. HEX triplet: DD, 45 and 26. RGB value is (221,69,38). Sum of RGB (Red+Green+Blue) = 221+69+38=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4526 is #22BAD9. Grayscale: #6F6F6F. Windows color (decimal): -2276058 or 2508253. OLE color: 2508253.
HSL color Cylindrical-coordinate representation of color #DD4526: hue angle of 10.16º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD4526 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 38 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.13 |
| HSL | 10.16º | 0.73% | 0.51% | - |
| HSV(B) | 10.16º | 0.83% | 0.87% | - |
| XYZ | 32.3 | 19.77 | 3.95 | - |
| YUV | 110.91 | 86.86 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 38 | 0 | 0.69 | 0.83 | 0.13 | 10.16 | 0.73 | 0.51 |
| Hex | DD | 45 | 26 | 0 | 45 | 53 | D | A | 49 | 33 |
| Octal | 335 | 105 | 46 | 0 | 105 | 123 | 15 | 12 | 111 | 63 |
| Binary | 11011101 | 1000101 | 100110 | 0 | 1000101 | 1010011 | 1101 | 1010 | 1001001 | 110011 |
Color Harmonies of #DD4526
Complementary color
Monochromatic Colors of #DD4526
Black with #DD4526
Text Example
Text Example
White with #DD4526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4526; }
p { color: rgb(221,69,38); }
H1.HeaderClassName
{
color: #DD4526;
}
.AnyTagClassName
{
color: #DD4526;
}
</style>
background-color css
<style>
a { background-color: #DD4526; }
a { background-color: rgb(221,69,38); }
div.DivClassName
{
background-color: #DD4526;
}
.BgClassName
{
background-color: #DD4526;
}
</style>
border-color css
<style>
span { border-color: #DD4526; }
span { border-color: rgb(221,69,38); }
td.TdClassName
{
border-color: #DD4526;
}
.TagClassName
{
border-color: #DD4526;
}
</style>