Shades of Cinnabar #DD403C
Tints of Cinnabar #DD403C
RGB
CMYK
RGB Variations
Color information
#DD403C (or 0xDD403C) is known color: Cinnabar. HEX triplet: DD, 40 and 3C. RGB value is (221,64,60). Sum of RGB (Red+Green+Blue) = 221+64+60=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD403C is #22BFC3. Grayscale: #6E6E6E. Windows color (decimal): -2277316 or 3948765. OLE color: 3948765.
HSL color Cylindrical-coordinate representation of color #DD403C: hue angle of 1.49º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD403C is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 60 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.13 |
| HSL | 1.49º | 0.7% | 0.55% | - |
| HSV(B) | 1.49º | 0.73% | 0.87% | - |
| XYZ | 32.47 | 19.37 | 6.3 | - |
| YUV | 110.49 | 99.51 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 60 | 0 | 0.71 | 0.73 | 0.13 | 1.49 | 0.7 | 0.55 |
| Hex | DD | 40 | 3C | 0 | 47 | 49 | D | 1 | 46 | 37 |
| Octal | 335 | 100 | 74 | 0 | 107 | 111 | 15 | 1 | 106 | 67 |
| Binary | 11011101 | 1000000 | 111100 | 0 | 1000111 | 1001001 | 1101 | 1 | 1000110 | 110111 |
Color Harmonies of #DD403C
Complementary color
Monochromatic Colors of #DD403C
Black with #DD403C
Text Example
Text Example
White with #DD403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD403C; }
p { color: rgb(221,64,60); }
H1.HeaderClassName
{
color: #DD403C;
}
.AnyTagClassName
{
color: #DD403C;
}
</style>
background-color css
<style>
a { background-color: #DD403C; }
a { background-color: rgb(221,64,60); }
div.DivClassName
{
background-color: #DD403C;
}
.BgClassName
{
background-color: #DD403C;
}
</style>
border-color css
<style>
span { border-color: #DD403C; }
span { border-color: rgb(221,64,60); }
td.TdClassName
{
border-color: #DD403C;
}
.TagClassName
{
border-color: #DD403C;
}
</style>