Shades of Cinnabar #DD411D
Tints of Cinnabar #DD411D
RGB
CMYK
RGB Variations
Color information
#DD411D (or 0xDD411D) is known color: Cinnabar. HEX triplet: DD, 41 and 1D. RGB value is (221,65,29). Sum of RGB (Red+Green+Blue) = 221+65+29=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD411D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD411D is #22BEE2. Grayscale: #6B6B6B. Windows color (decimal): -2277091 or 1917405. OLE color: 1917405.
HSL color Cylindrical-coordinate representation of color #DD411D: hue angle of 11.25º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD411D is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 29 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.13 |
| HSL | 11.25º | 0.77% | 0.49% | - |
| HSV(B) | 11.25º | 0.87% | 0.87% | - |
| XYZ | 31.93 | 19.24 | 3.19 | - |
| YUV | 107.54 | 83.68 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 29 | 0 | 0.71 | 0.87 | 0.13 | 11.25 | 0.77 | 0.49 |
| Hex | DD | 41 | 1D | 0 | 47 | 57 | D | B | 4D | 31 |
| Octal | 335 | 101 | 35 | 0 | 107 | 127 | 15 | 13 | 115 | 61 |
| Binary | 11011101 | 1000001 | 11101 | 0 | 1000111 | 1010111 | 1101 | 1011 | 1001101 | 110001 |
Color Harmonies of #DD411D
Complementary color
Monochromatic Colors of #DD411D
Black with #DD411D
Text Example
Text Example
White with #DD411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD411D; }
p { color: rgb(221,65,29); }
H1.HeaderClassName
{
color: #DD411D;
}
.AnyTagClassName
{
color: #DD411D;
}
</style>
background-color css
<style>
a { background-color: #DD411D; }
a { background-color: rgb(221,65,29); }
div.DivClassName
{
background-color: #DD411D;
}
.BgClassName
{
background-color: #DD411D;
}
</style>
border-color css
<style>
span { border-color: #DD411D; }
span { border-color: rgb(221,65,29); }
td.TdClassName
{
border-color: #DD411D;
}
.TagClassName
{
border-color: #DD411D;
}
</style>