Shades of Cinnabar #DD4A3B
Tints of Cinnabar #DD4A3B
RGB
CMYK
RGB Variations
Color information
#DD4A3B (or 0xDD4A3B) is known color: Cinnabar. HEX triplet: DD, 4A and 3B. RGB value is (221,74,59). Sum of RGB (Red+Green+Blue) = 221+74+59=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A3B is #22B5C4. Grayscale: #747474. Windows color (decimal): -2274757 or 3885789. OLE color: 3885789.
HSL color Cylindrical-coordinate representation of color #DD4A3B: hue angle of 5.56º 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 #DD4A3B is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 59 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.13 |
| HSL | 5.56º | 0.7% | 0.55% | - |
| HSV(B) | 5.56º | 0.73% | 0.87% | - |
| XYZ | 33.06 | 20.59 | 6.37 | - |
| YUV | 116.24 | 95.7 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 59 | 0 | 0.67 | 0.73 | 0.13 | 5.56 | 0.7 | 0.55 |
| Hex | DD | 4A | 3B | 0 | 43 | 49 | D | 6 | 46 | 37 |
| Octal | 335 | 112 | 73 | 0 | 103 | 111 | 15 | 6 | 106 | 67 |
| Binary | 11011101 | 1001010 | 111011 | 0 | 1000011 | 1001001 | 1101 | 110 | 1000110 | 110111 |
Color Harmonies of #DD4A3B
Complementary color
Monochromatic Colors of #DD4A3B
Black with #DD4A3B
Text Example
Text Example
White with #DD4A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A3B; }
p { color: rgb(221,74,59); }
H1.HeaderClassName
{
color: #DD4A3B;
}
.AnyTagClassName
{
color: #DD4A3B;
}
</style>
background-color css
<style>
a { background-color: #DD4A3B; }
a { background-color: rgb(221,74,59); }
div.DivClassName
{
background-color: #DD4A3B;
}
.BgClassName
{
background-color: #DD4A3B;
}
</style>
border-color css
<style>
span { border-color: #DD4A3B; }
span { border-color: rgb(221,74,59); }
td.TdClassName
{
border-color: #DD4A3B;
}
.TagClassName
{
border-color: #DD4A3B;
}
</style>