Shades of Cinnabar #DD382D
Tints of Cinnabar #DD382D
RGB
CMYK
RGB Variations
Color information
#DD382D (or 0xDD382D) is known color: Cinnabar. HEX triplet: DD, 38 and 2D. RGB value is (221,56,45). Sum of RGB (Red+Green+Blue) = 221+56+45=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD382D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD382D is #22C7D2. Grayscale: #686868. Windows color (decimal): -2279379 or 2963677. OLE color: 2963677.
HSL color Cylindrical-coordinate representation of color #DD382D: hue angle of 3.75º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD382D is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 45 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.13 |
| HSL | 3.75º | 0.72% | 0.52% | - |
| HSV(B) | 3.75º | 0.8% | 0.87% | - |
| XYZ | 31.71 | 18.39 | 4.36 | - |
| YUV | 104.08 | 94.66 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 45 | 0 | 0.75 | 0.80 | 0.13 | 3.75 | 0.72 | 0.52 |
| Hex | DD | 38 | 2D | 0 | 4B | 50 | D | 4 | 48 | 34 |
| Octal | 335 | 70 | 55 | 0 | 113 | 120 | 15 | 4 | 110 | 64 |
| Binary | 11011101 | 111000 | 101101 | 0 | 1001011 | 1010000 | 1101 | 100 | 1001000 | 110100 |
Color Harmonies of #DD382D
Complementary color
Monochromatic Colors of #DD382D
Black with #DD382D
Text Example
Text Example
White with #DD382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD382D; }
p { color: rgb(221,56,45); }
H1.HeaderClassName
{
color: #DD382D;
}
.AnyTagClassName
{
color: #DD382D;
}
</style>
background-color css
<style>
a { background-color: #DD382D; }
a { background-color: rgb(221,56,45); }
div.DivClassName
{
background-color: #DD382D;
}
.BgClassName
{
background-color: #DD382D;
}
</style>
border-color css
<style>
span { border-color: #DD382D; }
span { border-color: rgb(221,56,45); }
td.TdClassName
{
border-color: #DD382D;
}
.TagClassName
{
border-color: #DD382D;
}
</style>