Shades of Cinnabar #DD4941
Tints of Cinnabar #DD4941
RGB
CMYK
RGB Variations
Color information
#DD4941 (or 0xDD4941) is known color: Cinnabar. HEX triplet: DD, 49 and 41. RGB value is (221,73,65). Sum of RGB (Red+Green+Blue) = 221+73+65=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4941 is #22B6BE. Grayscale: #747474. Windows color (decimal): -2275007 or 4278749. OLE color: 4278749.
HSL color Cylindrical-coordinate representation of color #DD4941: hue angle of 3.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4941 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 65 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.13 |
| HSL | 3.08º | 0.7% | 0.56% | - |
| HSV(B) | 3.08º | 0.71% | 0.87% | - |
| XYZ | 33.16 | 20.52 | 7.21 | - |
| YUV | 116.34 | 99.03 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 65 | 0 | 0.67 | 0.71 | 0.13 | 3.08 | 0.7 | 0.56 |
| Hex | DD | 49 | 41 | 0 | 43 | 47 | D | 3 | 46 | 38 |
| Octal | 335 | 111 | 101 | 0 | 103 | 107 | 15 | 3 | 106 | 70 |
| Binary | 11011101 | 1001001 | 1000001 | 0 | 1000011 | 1000111 | 1101 | 11 | 1000110 | 111000 |
Color Harmonies of #DD4941
Complementary color
Monochromatic Colors of #DD4941
Black with #DD4941
Text Example
Text Example
White with #DD4941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4941; }
p { color: rgb(221,73,65); }
H1.HeaderClassName
{
color: #DD4941;
}
.AnyTagClassName
{
color: #DD4941;
}
</style>
background-color css
<style>
a { background-color: #DD4941; }
a { background-color: rgb(221,73,65); }
div.DivClassName
{
background-color: #DD4941;
}
.BgClassName
{
background-color: #DD4941;
}
</style>
border-color css
<style>
span { border-color: #DD4941; }
span { border-color: rgb(221,73,65); }
td.TdClassName
{
border-color: #DD4941;
}
.TagClassName
{
border-color: #DD4941;
}
</style>