Shades of Cinnabar #DD413F
Tints of Cinnabar #DD413F
RGB
CMYK
RGB Variations
Color information
#DD413F (or 0xDD413F) is known color: Cinnabar. HEX triplet: DD, 41 and 3F. RGB value is (221,65,63). Sum of RGB (Red+Green+Blue) = 221+65+63=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD413F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD413F is #22BEC0. Grayscale: #6F6F6F. Windows color (decimal): -2277057 or 4145629. OLE color: 4145629.
HSL color Cylindrical-coordinate representation of color #DD413F: hue angle of 0.76º 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 #DD413F is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 63 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.13 |
| HSL | 0.76º | 0.7% | 0.56% | - |
| HSV(B) | 0.76º | 0.71% | 0.87% | - |
| XYZ | 32.61 | 19.51 | 6.75 | - |
| YUV | 111.42 | 100.68 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 63 | 0 | 0.71 | 0.71 | 0.13 | 0.76 | 0.7 | 0.56 |
| Hex | DD | 41 | 3F | 0 | 47 | 47 | D | 1 | 46 | 38 |
| Octal | 335 | 101 | 77 | 0 | 107 | 107 | 15 | 1 | 106 | 70 |
| Binary | 11011101 | 1000001 | 111111 | 0 | 1000111 | 1000111 | 1101 | 1 | 1000110 | 111000 |
Color Harmonies of #DD413F
Complementary color
Monochromatic Colors of #DD413F
Black with #DD413F
Text Example
Text Example
White with #DD413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD413F; }
p { color: rgb(221,65,63); }
H1.HeaderClassName
{
color: #DD413F;
}
.AnyTagClassName
{
color: #DD413F;
}
</style>
background-color css
<style>
a { background-color: #DD413F; }
a { background-color: rgb(221,65,63); }
div.DivClassName
{
background-color: #DD413F;
}
.BgClassName
{
background-color: #DD413F;
}
</style>
border-color css
<style>
span { border-color: #DD413F; }
span { border-color: rgb(221,65,63); }
td.TdClassName
{
border-color: #DD413F;
}
.TagClassName
{
border-color: #DD413F;
}
</style>