Shades of Cinnabar #DD403E
Tints of Cinnabar #DD403E
RGB
CMYK
RGB Variations
Color information
#DD403E (or 0xDD403E) is known color: Cinnabar. HEX triplet: DD, 40 and 3E. RGB value is (221,64,62). Sum of RGB (Red+Green+Blue) = 221+64+62=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD403E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD403E is #22BFC1. Grayscale: #6E6E6E. Windows color (decimal): -2277314 or 4079837. OLE color: 4079837.
HSL color Cylindrical-coordinate representation of color #DD403E: hue angle of 0.75º 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 #DD403E is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 62 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.13 |
| HSL | 0.75º | 0.7% | 0.55% | - |
| HSV(B) | 0.75º | 0.72% | 0.87% | - |
| XYZ | 32.52 | 19.39 | 6.59 | - |
| YUV | 110.72 | 100.51 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 62 | 0 | 0.71 | 0.72 | 0.13 | 0.75 | 0.7 | 0.55 |
| Hex | DD | 40 | 3E | 0 | 47 | 48 | D | 1 | 46 | 37 |
| Octal | 335 | 100 | 76 | 0 | 107 | 110 | 15 | 1 | 106 | 67 |
| Binary | 11011101 | 1000000 | 111110 | 0 | 1000111 | 1001000 | 1101 | 1 | 1000110 | 110111 |
Color Harmonies of #DD403E
Complementary color
Monochromatic Colors of #DD403E
Black with #DD403E
Text Example
Text Example
White with #DD403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD403E; }
p { color: rgb(221,64,62); }
H1.HeaderClassName
{
color: #DD403E;
}
.AnyTagClassName
{
color: #DD403E;
}
</style>
background-color css
<style>
a { background-color: #DD403E; }
a { background-color: rgb(221,64,62); }
div.DivClassName
{
background-color: #DD403E;
}
.BgClassName
{
background-color: #DD403E;
}
</style>
border-color css
<style>
span { border-color: #DD403E; }
span { border-color: rgb(221,64,62); }
td.TdClassName
{
border-color: #DD403E;
}
.TagClassName
{
border-color: #DD403E;
}
</style>