Shades of Cinnabar #DD4A41
Tints of Cinnabar #DD4A41
RGB
CMYK
RGB Variations
Color information
#DD4A41 (or 0xDD4A41) is known color: Cinnabar. HEX triplet: DD, 4A and 41. RGB value is (221,74,65). Sum of RGB (Red+Green+Blue) = 221+74+65=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A41 is #22B5BE. Grayscale: #757575. Windows color (decimal): -2274751 or 4279005. OLE color: 4279005.
HSL color Cylindrical-coordinate representation of color #DD4A41: hue angle of 3.46º 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 #DD4A41 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 65 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.13 |
| HSL | 3.46º | 0.7% | 0.56% | - |
| HSV(B) | 3.46º | 0.71% | 0.87% | - |
| XYZ | 33.22 | 20.65 | 7.24 | - |
| YUV | 116.93 | 98.7 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 65 | 0 | 0.67 | 0.71 | 0.13 | 3.46 | 0.7 | 0.56 |
| Hex | DD | 4A | 41 | 0 | 43 | 47 | D | 3 | 46 | 38 |
| Octal | 335 | 112 | 101 | 0 | 103 | 107 | 15 | 3 | 106 | 70 |
| Binary | 11011101 | 1001010 | 1000001 | 0 | 1000011 | 1000111 | 1101 | 11 | 1000110 | 111000 |
Color Harmonies of #DD4A41
Complementary color
Monochromatic Colors of #DD4A41
Black with #DD4A41
Text Example
Text Example
White with #DD4A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A41; }
p { color: rgb(221,74,65); }
H1.HeaderClassName
{
color: #DD4A41;
}
.AnyTagClassName
{
color: #DD4A41;
}
</style>
background-color css
<style>
a { background-color: #DD4A41; }
a { background-color: rgb(221,74,65); }
div.DivClassName
{
background-color: #DD4A41;
}
.BgClassName
{
background-color: #DD4A41;
}
</style>
border-color css
<style>
span { border-color: #DD4A41; }
span { border-color: rgb(221,74,65); }
td.TdClassName
{
border-color: #DD4A41;
}
.TagClassName
{
border-color: #DD4A41;
}
</style>