Shades of Cinnabar #DD4A3E
Tints of Cinnabar #DD4A3E
RGB
CMYK
RGB Variations
Color information
#DD4A3E (or 0xDD4A3E) is known color: Cinnabar. HEX triplet: DD, 4A and 3E. RGB value is (221,74,62). Sum of RGB (Red+Green+Blue) = 221+74+62=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A3E is #22B5C1. Grayscale: #747474. Windows color (decimal): -2274754 or 4082397. OLE color: 4082397.
HSL color Cylindrical-coordinate representation of color #DD4A3E: hue angle of 4.53º 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 #DD4A3E is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 62 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.13 |
| HSL | 4.53º | 0.7% | 0.55% | - |
| HSV(B) | 4.53º | 0.72% | 0.87% | - |
| XYZ | 33.14 | 20.62 | 6.79 | - |
| YUV | 116.59 | 97.2 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 62 | 0 | 0.67 | 0.72 | 0.13 | 4.53 | 0.7 | 0.55 |
| Hex | DD | 4A | 3E | 0 | 43 | 48 | D | 5 | 46 | 37 |
| Octal | 335 | 112 | 76 | 0 | 103 | 110 | 15 | 5 | 106 | 67 |
| Binary | 11011101 | 1001010 | 111110 | 0 | 1000011 | 1001000 | 1101 | 101 | 1000110 | 110111 |
Color Harmonies of #DD4A3E
Complementary color
Monochromatic Colors of #DD4A3E
Black with #DD4A3E
Text Example
Text Example
White with #DD4A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A3E; }
p { color: rgb(221,74,62); }
H1.HeaderClassName
{
color: #DD4A3E;
}
.AnyTagClassName
{
color: #DD4A3E;
}
</style>
background-color css
<style>
a { background-color: #DD4A3E; }
a { background-color: rgb(221,74,62); }
div.DivClassName
{
background-color: #DD4A3E;
}
.BgClassName
{
background-color: #DD4A3E;
}
</style>
border-color css
<style>
span { border-color: #DD4A3E; }
span { border-color: rgb(221,74,62); }
td.TdClassName
{
border-color: #DD4A3E;
}
.TagClassName
{
border-color: #DD4A3E;
}
</style>