Shades of Cinnabar #DD403D
Tints of Cinnabar #DD403D
RGB
CMYK
RGB Variations
Color information
#DD403D (or 0xDD403D) is known color: Cinnabar. HEX triplet: DD, 40 and 3D. RGB value is (221,64,61). Sum of RGB (Red+Green+Blue) = 221+64+61=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD403D is #22BFC2. Grayscale: #6E6E6E. Windows color (decimal): -2277315 or 4014301. OLE color: 4014301.
HSL color Cylindrical-coordinate representation of color #DD403D: hue angle of 1.12º 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 #DD403D is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 61 | - |
| 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.49 | 19.38 | 6.44 | - |
| YUV | 110.6 | 100.01 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 61 | 0 | 0.71 | 0.72 | 0.13 | 1.13 | 0.7 | 0.55 |
| Hex | DD | 40 | 3D | 0 | 47 | 48 | D | 1 | 46 | 37 |
| Octal | 335 | 100 | 75 | 0 | 107 | 110 | 15 | 1 | 106 | 67 |
| Binary | 11011101 | 1000000 | 111101 | 0 | 1000111 | 1001000 | 1101 | 1 | 1000110 | 110111 |
Color Harmonies of #DD403D
Complementary color
Monochromatic Colors of #DD403D
Black with #DD403D
Text Example
Text Example
White with #DD403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD403D; }
p { color: rgb(221,64,61); }
H1.HeaderClassName
{
color: #DD403D;
}
.AnyTagClassName
{
color: #DD403D;
}
</style>
background-color css
<style>
a { background-color: #DD403D; }
a { background-color: rgb(221,64,61); }
div.DivClassName
{
background-color: #DD403D;
}
.BgClassName
{
background-color: #DD403D;
}
</style>
border-color css
<style>
span { border-color: #DD403D; }
span { border-color: rgb(221,64,61); }
td.TdClassName
{
border-color: #DD403D;
}
.TagClassName
{
border-color: #DD403D;
}
</style>