Shades of Cinnabar #DD3822
Tints of Cinnabar #DD3822
RGB
CMYK
RGB Variations
Color information
#DD3822 (or 0xDD3822) is known color: Cinnabar. HEX triplet: DD, 38 and 22. RGB value is (221,56,34). Sum of RGB (Red+Green+Blue) = 221+56+34=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3822 is #22C7DD. Grayscale: #676767. Windows color (decimal): -2279390 or 2242781. OLE color: 2242781.
HSL color Cylindrical-coordinate representation of color #DD3822: hue angle of 7.06º degrees, saturation: 0.73, 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 #DD3822 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 34 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.13 |
| HSL | 7.06º | 0.73% | 0.5% | - |
| HSV(B) | 7.06º | 0.85% | 0.87% | - |
| XYZ | 31.52 | 18.32 | 3.39 | - |
| YUV | 102.83 | 89.16 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 34 | 0 | 0.75 | 0.85 | 0.13 | 7.06 | 0.73 | 0.5 |
| Hex | DD | 38 | 22 | 0 | 4B | 55 | D | 7 | 49 | 32 |
| Octal | 335 | 70 | 42 | 0 | 113 | 125 | 15 | 7 | 111 | 62 |
| Binary | 11011101 | 111000 | 100010 | 0 | 1001011 | 1010101 | 1101 | 111 | 1001001 | 110010 |
Color Harmonies of #DD3822
Complementary color
Monochromatic Colors of #DD3822
Black with #DD3822
Text Example
Text Example
White with #DD3822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3822; }
p { color: rgb(221,56,34); }
H1.HeaderClassName
{
color: #DD3822;
}
.AnyTagClassName
{
color: #DD3822;
}
</style>
background-color css
<style>
a { background-color: #DD3822; }
a { background-color: rgb(221,56,34); }
div.DivClassName
{
background-color: #DD3822;
}
.BgClassName
{
background-color: #DD3822;
}
</style>
border-color css
<style>
span { border-color: #DD3822; }
span { border-color: rgb(221,56,34); }
td.TdClassName
{
border-color: #DD3822;
}
.TagClassName
{
border-color: #DD3822;
}
</style>