Shades of Cinnabar #DD4326
Tints of Cinnabar #DD4326
RGB
CMYK
RGB Variations
Color information
#DD4326 (or 0xDD4326) is known color: Cinnabar. HEX triplet: DD, 43 and 26. RGB value is (221,67,38). Sum of RGB (Red+Green+Blue) = 221+67+38=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4326 is #22BCD9. Grayscale: #6E6E6E. Windows color (decimal): -2276570 or 2507741. OLE color: 2507741.
HSL color Cylindrical-coordinate representation of color #DD4326: hue angle of 9.51º 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 #DD4326 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 38 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.13 |
| HSL | 9.51º | 0.73% | 0.51% | - |
| HSV(B) | 9.51º | 0.83% | 0.87% | - |
| XYZ | 32.18 | 19.53 | 3.91 | - |
| YUV | 109.74 | 87.52 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 38 | 0 | 0.70 | 0.83 | 0.13 | 9.51 | 0.73 | 0.51 |
| Hex | DD | 43 | 26 | 0 | 46 | 53 | D | A | 49 | 33 |
| Octal | 335 | 103 | 46 | 0 | 106 | 123 | 15 | 12 | 111 | 63 |
| Binary | 11011101 | 1000011 | 100110 | 0 | 1000110 | 1010011 | 1101 | 1010 | 1001001 | 110011 |
Color Harmonies of #DD4326
Complementary color
Monochromatic Colors of #DD4326
Black with #DD4326
Text Example
Text Example
White with #DD4326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4326; }
p { color: rgb(221,67,38); }
H1.HeaderClassName
{
color: #DD4326;
}
.AnyTagClassName
{
color: #DD4326;
}
</style>
background-color css
<style>
a { background-color: #DD4326; }
a { background-color: rgb(221,67,38); }
div.DivClassName
{
background-color: #DD4326;
}
.BgClassName
{
background-color: #DD4326;
}
</style>
border-color css
<style>
span { border-color: #DD4326; }
span { border-color: rgb(221,67,38); }
td.TdClassName
{
border-color: #DD4326;
}
.TagClassName
{
border-color: #DD4326;
}
</style>