Shades of Cinnabar #DD413E
Tints of Cinnabar #DD413E
RGB
CMYK
RGB Variations
Color information
#DD413E (or 0xDD413E) is known color: Cinnabar. HEX triplet: DD, 41 and 3E. RGB value is (221,65,62). Sum of RGB (Red+Green+Blue) = 221+65+62=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD413E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD413E is #22BEC1. Grayscale: #6F6F6F. Windows color (decimal): -2277058 or 4080093. OLE color: 4080093.
HSL color Cylindrical-coordinate representation of color #DD413E: hue angle of 1.13º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD413E is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 62 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.13 |
| HSL | 1.13º | 0.7% | 0.55% | - |
| HSV(B) | 1.13º | 0.72% | 0.87% | - |
| XYZ | 32.58 | 19.5 | 6.6 | - |
| YUV | 111.3 | 100.18 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 62 | 0 | 0.71 | 0.72 | 0.13 | 1.13 | 0.7 | 0.55 |
| Hex | DD | 41 | 3E | 0 | 47 | 48 | D | 1 | 46 | 37 |
| Octal | 335 | 101 | 76 | 0 | 107 | 110 | 15 | 1 | 106 | 67 |
| Binary | 11011101 | 1000001 | 111110 | 0 | 1000111 | 1001000 | 1101 | 1 | 1000110 | 110111 |
Color Harmonies of #DD413E
Complementary color
Monochromatic Colors of #DD413E
Black with #DD413E
Text Example
Text Example
White with #DD413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD413E; }
p { color: rgb(221,65,62); }
H1.HeaderClassName
{
color: #DD413E;
}
.AnyTagClassName
{
color: #DD413E;
}
</style>
background-color css
<style>
a { background-color: #DD413E; }
a { background-color: rgb(221,65,62); }
div.DivClassName
{
background-color: #DD413E;
}
.BgClassName
{
background-color: #DD413E;
}
</style>
border-color css
<style>
span { border-color: #DD413E; }
span { border-color: rgb(221,65,62); }
td.TdClassName
{
border-color: #DD413E;
}
.TagClassName
{
border-color: #DD413E;
}
</style>