Shades of Cinnabar #DD4942
Tints of Cinnabar #DD4942
RGB
CMYK
RGB Variations
Color information
#DD4942 (or 0xDD4942) is known color: Cinnabar. HEX triplet: DD, 49 and 42. RGB value is (221,73,66). Sum of RGB (Red+Green+Blue) = 221+73+66=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4942 is #22B6BD. Grayscale: #747474. Windows color (decimal): -2275006 or 4344285. OLE color: 4344285.
HSL color Cylindrical-coordinate representation of color #DD4942: hue angle of 2.71º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4942 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 66 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.13 |
| HSL | 2.71º | 0.7% | 0.56% | - |
| HSV(B) | 2.71º | 0.7% | 0.87% | - |
| XYZ | 33.18 | 20.53 | 7.37 | - |
| YUV | 116.45 | 99.53 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 66 | 0 | 0.67 | 0.70 | 0.13 | 2.71 | 0.7 | 0.56 |
| Hex | DD | 49 | 42 | 0 | 43 | 46 | D | 3 | 46 | 38 |
| Octal | 335 | 111 | 102 | 0 | 103 | 106 | 15 | 3 | 106 | 70 |
| Binary | 11011101 | 1001001 | 1000010 | 0 | 1000011 | 1000110 | 1101 | 11 | 1000110 | 111000 |
Color Harmonies of #DD4942
Complementary color
Monochromatic Colors of #DD4942
Black with #DD4942
Text Example
Text Example
White with #DD4942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4942; }
p { color: rgb(221,73,66); }
H1.HeaderClassName
{
color: #DD4942;
}
.AnyTagClassName
{
color: #DD4942;
}
</style>
background-color css
<style>
a { background-color: #DD4942; }
a { background-color: rgb(221,73,66); }
div.DivClassName
{
background-color: #DD4942;
}
.BgClassName
{
background-color: #DD4942;
}
</style>
border-color css
<style>
span { border-color: #DD4942; }
span { border-color: rgb(221,73,66); }
td.TdClassName
{
border-color: #DD4942;
}
.TagClassName
{
border-color: #DD4942;
}
</style>