Shades of Cinnabar #DD403F
Tints of Cinnabar #DD403F
RGB
CMYK
RGB Variations
Color information
#DD403F (or 0xDD403F) is known color: Cinnabar. HEX triplet: DD, 40 and 3F. RGB value is (221,64,63). Sum of RGB (Red+Green+Blue) = 221+64+63=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD403F is #22BFC0. Grayscale: #6E6E6E. Windows color (decimal): -2277313 or 4145373. OLE color: 4145373.
HSL color Cylindrical-coordinate representation of color #DD403F: hue angle of 0.38º 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 #DD403F is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 63 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.13 |
| HSL | 0.38º | 0.7% | 0.56% | - |
| HSV(B) | 0.38º | 0.71% | 0.87% | - |
| XYZ | 32.55 | 19.4 | 6.73 | - |
| YUV | 110.83 | 101.01 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 63 | 0 | 0.71 | 0.71 | 0.13 | 0.38 | 0.7 | 0.56 |
| Hex | DD | 40 | 3F | 0 | 47 | 47 | D | 0 | 46 | 38 |
| Octal | 335 | 100 | 77 | 0 | 107 | 107 | 15 | 0 | 106 | 70 |
| Binary | 11011101 | 1000000 | 111111 | 0 | 1000111 | 1000111 | 1101 | 0 | 1000110 | 111000 |
Color Harmonies of #DD403F
Complementary color
Monochromatic Colors of #DD403F
Black with #DD403F
Text Example
Text Example
White with #DD403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD403F; }
p { color: rgb(221,64,63); }
H1.HeaderClassName
{
color: #DD403F;
}
.AnyTagClassName
{
color: #DD403F;
}
</style>
background-color css
<style>
a { background-color: #DD403F; }
a { background-color: rgb(221,64,63); }
div.DivClassName
{
background-color: #DD403F;
}
.BgClassName
{
background-color: #DD403F;
}
</style>
border-color css
<style>
span { border-color: #DD403F; }
span { border-color: rgb(221,64,63); }
td.TdClassName
{
border-color: #DD403F;
}
.TagClassName
{
border-color: #DD403F;
}
</style>