Shades of Cinnabar #DD402F
Tints of Cinnabar #DD402F
RGB
CMYK
RGB Variations
Color information
#DD402F (or 0xDD402F) is known color: Cinnabar. HEX triplet: DD, 40 and 2F. RGB value is (221,64,47). Sum of RGB (Red+Green+Blue) = 221+64+47=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD402F is #22BFD0. Grayscale: #6D6D6D. Windows color (decimal): -2277329 or 3096797. OLE color: 3096797.
HSL color Cylindrical-coordinate representation of color #DD402F: hue angle of 5.86º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD402F is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 47 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.13 |
| HSL | 5.86º | 0.72% | 0.53% | - |
| HSV(B) | 5.86º | 0.79% | 0.87% | - |
| XYZ | 32.17 | 19.24 | 4.71 | - |
| YUV | 109.01 | 93.01 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 47 | 0 | 0.71 | 0.79 | 0.13 | 5.86 | 0.72 | 0.53 |
| Hex | DD | 40 | 2F | 0 | 47 | 4F | D | 6 | 48 | 35 |
| Octal | 335 | 100 | 57 | 0 | 107 | 117 | 15 | 6 | 110 | 65 |
| Binary | 11011101 | 1000000 | 101111 | 0 | 1000111 | 1001111 | 1101 | 110 | 1001000 | 110101 |
Color Harmonies of #DD402F
Complementary color
Monochromatic Colors of #DD402F
Black with #DD402F
Text Example
Text Example
White with #DD402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD402F; }
p { color: rgb(221,64,47); }
H1.HeaderClassName
{
color: #DD402F;
}
.AnyTagClassName
{
color: #DD402F;
}
</style>
background-color css
<style>
a { background-color: #DD402F; }
a { background-color: rgb(221,64,47); }
div.DivClassName
{
background-color: #DD402F;
}
.BgClassName
{
background-color: #DD402F;
}
</style>
border-color css
<style>
span { border-color: #DD402F; }
span { border-color: rgb(221,64,47); }
td.TdClassName
{
border-color: #DD402F;
}
.TagClassName
{
border-color: #DD402F;
}
</style>