Shades of Cinnabar #DD403A
Tints of Cinnabar #DD403A
RGB
CMYK
RGB Variations
Color information
#DD403A (or 0xDD403A) is known color: Cinnabar. HEX triplet: DD, 40 and 3A. RGB value is (221,64,58). Sum of RGB (Red+Green+Blue) = 221+64+58=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD403A is #22BFC5. Grayscale: #6E6E6E. Windows color (decimal): -2277318 or 3817693. OLE color: 3817693.
HSL color Cylindrical-coordinate representation of color #DD403A: hue angle of 2.21º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD403A is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 58 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.13 |
| HSL | 2.21º | 0.71% | 0.55% | - |
| HSV(B) | 2.21º | 0.74% | 0.87% | - |
| XYZ | 32.42 | 19.34 | 6.03 | - |
| YUV | 110.26 | 98.51 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 58 | 0 | 0.71 | 0.74 | 0.13 | 2.21 | 0.71 | 0.55 |
| Hex | DD | 40 | 3A | 0 | 47 | 4A | D | 2 | 47 | 37 |
| Octal | 335 | 100 | 72 | 0 | 107 | 112 | 15 | 2 | 107 | 67 |
| Binary | 11011101 | 1000000 | 111010 | 0 | 1000111 | 1001010 | 1101 | 10 | 1000111 | 110111 |
Color Harmonies of #DD403A
Complementary color
Monochromatic Colors of #DD403A
Black with #DD403A
Text Example
Text Example
White with #DD403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD403A; }
p { color: rgb(221,64,58); }
H1.HeaderClassName
{
color: #DD403A;
}
.AnyTagClassName
{
color: #DD403A;
}
</style>
background-color css
<style>
a { background-color: #DD403A; }
a { background-color: rgb(221,64,58); }
div.DivClassName
{
background-color: #DD403A;
}
.BgClassName
{
background-color: #DD403A;
}
</style>
border-color css
<style>
span { border-color: #DD403A; }
span { border-color: rgb(221,64,58); }
td.TdClassName
{
border-color: #DD403A;
}
.TagClassName
{
border-color: #DD403A;
}
</style>