Shades of Cinnabar #DD4A35
Tints of Cinnabar #DD4A35
RGB
CMYK
RGB Variations
Color information
#DD4A35 (or 0xDD4A35) is known color: Cinnabar. HEX triplet: DD, 4A and 35. RGB value is (221,74,53). Sum of RGB (Red+Green+Blue) = 221+74+53=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A35 is #22B5CA. Grayscale: #737373. Windows color (decimal): -2274763 or 3492573. OLE color: 3492573.
HSL color Cylindrical-coordinate representation of color #DD4A35: hue angle of 7.5º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD4A35 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 53 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.13 |
| HSL | 7.5º | 0.71% | 0.54% | - |
| HSV(B) | 7.5º | 0.76% | 0.87% | - |
| XYZ | 32.91 | 20.53 | 5.6 | - |
| YUV | 115.56 | 92.7 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 53 | 0 | 0.67 | 0.76 | 0.13 | 7.5 | 0.71 | 0.54 |
| Hex | DD | 4A | 35 | 0 | 43 | 4C | D | 8 | 47 | 36 |
| Octal | 335 | 112 | 65 | 0 | 103 | 114 | 15 | 10 | 107 | 66 |
| Binary | 11011101 | 1001010 | 110101 | 0 | 1000011 | 1001100 | 1101 | 1000 | 1000111 | 110110 |
Color Harmonies of #DD4A35
Complementary color
Monochromatic Colors of #DD4A35
Black with #DD4A35
Text Example
Text Example
White with #DD4A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A35; }
p { color: rgb(221,74,53); }
H1.HeaderClassName
{
color: #DD4A35;
}
.AnyTagClassName
{
color: #DD4A35;
}
</style>
background-color css
<style>
a { background-color: #DD4A35; }
a { background-color: rgb(221,74,53); }
div.DivClassName
{
background-color: #DD4A35;
}
.BgClassName
{
background-color: #DD4A35;
}
</style>
border-color css
<style>
span { border-color: #DD4A35; }
span { border-color: rgb(221,74,53); }
td.TdClassName
{
border-color: #DD4A35;
}
.TagClassName
{
border-color: #DD4A35;
}
</style>