Shades of Cinnabar #DD4438
Tints of Cinnabar #DD4438
RGB
CMYK
RGB Variations
Color information
#DD4438 (or 0xDD4438) is known color: Cinnabar. HEX triplet: DD, 44 and 38. RGB value is (221,68,56). Sum of RGB (Red+Green+Blue) = 221+68+56=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4438 is #22BBC7. Grayscale: #707070. Windows color (decimal): -2276296 or 3687645. OLE color: 3687645.
HSL color Cylindrical-coordinate representation of color #DD4438: hue angle of 4.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD4438 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 56 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.13 |
| HSL | 4.36º | 0.71% | 0.54% | - |
| HSV(B) | 4.36º | 0.75% | 0.87% | - |
| XYZ | 32.6 | 19.79 | 5.84 | - |
| YUV | 112.38 | 96.19 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 56 | 0 | 0.69 | 0.75 | 0.13 | 4.36 | 0.71 | 0.54 |
| Hex | DD | 44 | 38 | 0 | 45 | 4B | D | 4 | 47 | 36 |
| Octal | 335 | 104 | 70 | 0 | 105 | 113 | 15 | 4 | 107 | 66 |
| Binary | 11011101 | 1000100 | 111000 | 0 | 1000101 | 1001011 | 1101 | 100 | 1000111 | 110110 |
Color Harmonies of #DD4438
Complementary color
Monochromatic Colors of #DD4438
Black with #DD4438
Text Example
Text Example
White with #DD4438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4438; }
p { color: rgb(221,68,56); }
H1.HeaderClassName
{
color: #DD4438;
}
.AnyTagClassName
{
color: #DD4438;
}
</style>
background-color css
<style>
a { background-color: #DD4438; }
a { background-color: rgb(221,68,56); }
div.DivClassName
{
background-color: #DD4438;
}
.BgClassName
{
background-color: #DD4438;
}
</style>
border-color css
<style>
span { border-color: #DD4438; }
span { border-color: rgb(221,68,56); }
td.TdClassName
{
border-color: #DD4438;
}
.TagClassName
{
border-color: #DD4438;
}
</style>