Shades of Cinnabar #DD413B
Tints of Cinnabar #DD413B
RGB
CMYK
RGB Variations
Color information
#DD413B (or 0xDD413B) is known color: Cinnabar. HEX triplet: DD, 41 and 3B. RGB value is (221,65,59). Sum of RGB (Red+Green+Blue) = 221+65+59=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD413B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD413B is #22BEC4. Grayscale: #6F6F6F. Windows color (decimal): -2277061 or 3883485. OLE color: 3883485.
HSL color Cylindrical-coordinate representation of color #DD413B: hue angle of 2.22º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD413B is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 59 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.13 |
| HSL | 2.22º | 0.7% | 0.55% | - |
| HSV(B) | 2.22º | 0.73% | 0.87% | - |
| XYZ | 32.5 | 19.47 | 6.18 | - |
| YUV | 110.96 | 98.68 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 59 | 0 | 0.71 | 0.73 | 0.13 | 2.22 | 0.7 | 0.55 |
| Hex | DD | 41 | 3B | 0 | 47 | 49 | D | 2 | 46 | 37 |
| Octal | 335 | 101 | 73 | 0 | 107 | 111 | 15 | 2 | 106 | 67 |
| Binary | 11011101 | 1000001 | 111011 | 0 | 1000111 | 1001001 | 1101 | 10 | 1000110 | 110111 |
Color Harmonies of #DD413B
Complementary color
Monochromatic Colors of #DD413B
Black with #DD413B
Text Example
Text Example
White with #DD413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD413B; }
p { color: rgb(221,65,59); }
H1.HeaderClassName
{
color: #DD413B;
}
.AnyTagClassName
{
color: #DD413B;
}
</style>
background-color css
<style>
a { background-color: #DD413B; }
a { background-color: rgb(221,65,59); }
div.DivClassName
{
background-color: #DD413B;
}
.BgClassName
{
background-color: #DD413B;
}
</style>
border-color css
<style>
span { border-color: #DD413B; }
span { border-color: rgb(221,65,59); }
td.TdClassName
{
border-color: #DD413B;
}
.TagClassName
{
border-color: #DD413B;
}
</style>