Shades of Cinnabar #DD4A3C
Tints of Cinnabar #DD4A3C
RGB
CMYK
RGB Variations
Color information
#DD4A3C (or 0xDD4A3C) is known color: Cinnabar. HEX triplet: DD, 4A and 3C. RGB value is (221,74,60). Sum of RGB (Red+Green+Blue) = 221+74+60=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A3C is #22B5C3. Grayscale: #747474. Windows color (decimal): -2274756 or 3951325. OLE color: 3951325.
HSL color Cylindrical-coordinate representation of color #DD4A3C: hue angle of 5.22º 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 #DD4A3C is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 60 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.13 |
| HSL | 5.22º | 0.7% | 0.55% | - |
| HSV(B) | 5.22º | 0.73% | 0.87% | - |
| XYZ | 33.08 | 20.6 | 6.51 | - |
| YUV | 116.36 | 96.2 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 60 | 0 | 0.67 | 0.73 | 0.13 | 5.22 | 0.7 | 0.55 |
| Hex | DD | 4A | 3C | 0 | 43 | 49 | D | 5 | 46 | 37 |
| Octal | 335 | 112 | 74 | 0 | 103 | 111 | 15 | 5 | 106 | 67 |
| Binary | 11011101 | 1001010 | 111100 | 0 | 1000011 | 1001001 | 1101 | 101 | 1000110 | 110111 |
Color Harmonies of #DD4A3C
Complementary color
Monochromatic Colors of #DD4A3C
Black with #DD4A3C
Text Example
Text Example
White with #DD4A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A3C; }
p { color: rgb(221,74,60); }
H1.HeaderClassName
{
color: #DD4A3C;
}
.AnyTagClassName
{
color: #DD4A3C;
}
</style>
background-color css
<style>
a { background-color: #DD4A3C; }
a { background-color: rgb(221,74,60); }
div.DivClassName
{
background-color: #DD4A3C;
}
.BgClassName
{
background-color: #DD4A3C;
}
</style>
border-color css
<style>
span { border-color: #DD4A3C; }
span { border-color: rgb(221,74,60); }
td.TdClassName
{
border-color: #DD4A3C;
}
.TagClassName
{
border-color: #DD4A3C;
}
</style>