Shades of Cinnabar #DD4D3D
Tints of Cinnabar #DD4D3D
RGB
CMYK
RGB Variations
Color information
#DD4D3D (or 0xDD4D3D) is known color: Cinnabar. HEX triplet: DD, 4D and 3D. RGB value is (221,77,61). Sum of RGB (Red+Green+Blue) = 221+77+61=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4D3D is #22B2C2. Grayscale: #767676. Windows color (decimal): -2273987 or 4017629. OLE color: 4017629.
HSL color Cylindrical-coordinate representation of color #DD4D3D: hue angle of 6º 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 #DD4D3D is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 61 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.13 |
| HSL | 6º | 0.7% | 0.55% | - |
| HSV(B) | 6º | 0.72% | 0.87% | - |
| XYZ | 33.31 | 21.02 | 6.72 | - |
| YUV | 118.23 | 95.71 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 61 | 0 | 0.65 | 0.72 | 0.13 | 6 | 0.7 | 0.55 |
| Hex | DD | 4D | 3D | 0 | 41 | 48 | D | 6 | 46 | 37 |
| Octal | 335 | 115 | 75 | 0 | 101 | 110 | 15 | 6 | 106 | 67 |
| Binary | 11011101 | 1001101 | 111101 | 0 | 1000001 | 1001000 | 1101 | 110 | 1000110 | 110111 |
Color Harmonies of #DD4D3D
Complementary color
Monochromatic Colors of #DD4D3D
Black with #DD4D3D
Text Example
Text Example
White with #DD4D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D3D; }
p { color: rgb(221,77,61); }
H1.HeaderClassName
{
color: #DD4D3D;
}
.AnyTagClassName
{
color: #DD4D3D;
}
</style>
background-color css
<style>
a { background-color: #DD4D3D; }
a { background-color: rgb(221,77,61); }
div.DivClassName
{
background-color: #DD4D3D;
}
.BgClassName
{
background-color: #DD4D3D;
}
</style>
border-color css
<style>
span { border-color: #DD4D3D; }
span { border-color: rgb(221,77,61); }
td.TdClassName
{
border-color: #DD4D3D;
}
.TagClassName
{
border-color: #DD4D3D;
}
</style>