Shades of Cinnabar #DD3D3B
Tints of Cinnabar #DD3D3B
RGB
CMYK
RGB Variations
Color information
#DD3D3B (or 0xDD3D3B) is known color: Cinnabar. HEX triplet: DD, 3D and 3B. RGB value is (221,61,59). Sum of RGB (Red+Green+Blue) = 221+61+59=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3D3B is #22C2C4. Grayscale: #6C6C6C. Windows color (decimal): -2278085 or 3882461. OLE color: 3882461.
HSL color Cylindrical-coordinate representation of color #DD3D3B: hue angle of 0.74º 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 #DD3D3B is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 59 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.13 |
| HSL | 0.74º | 0.7% | 0.55% | - |
| HSV(B) | 0.74º | 0.73% | 0.87% | - |
| XYZ | 32.28 | 19.03 | 6.11 | - |
| YUV | 108.61 | 100.01 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 59 | 0 | 0.72 | 0.73 | 0.13 | 0.74 | 0.7 | 0.55 |
| Hex | DD | 3D | 3B | 0 | 48 | 49 | D | 1 | 46 | 37 |
| Octal | 335 | 75 | 73 | 0 | 110 | 111 | 15 | 1 | 106 | 67 |
| Binary | 11011101 | 111101 | 111011 | 0 | 1001000 | 1001001 | 1101 | 1 | 1000110 | 110111 |
Color Harmonies of #DD3D3B
Complementary color
Monochromatic Colors of #DD3D3B
Black with #DD3D3B
Text Example
Text Example
White with #DD3D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3D3B; }
p { color: rgb(221,61,59); }
H1.HeaderClassName
{
color: #DD3D3B;
}
.AnyTagClassName
{
color: #DD3D3B;
}
</style>
background-color css
<style>
a { background-color: #DD3D3B; }
a { background-color: rgb(221,61,59); }
div.DivClassName
{
background-color: #DD3D3B;
}
.BgClassName
{
background-color: #DD3D3B;
}
</style>
border-color css
<style>
span { border-color: #DD3D3B; }
span { border-color: rgb(221,61,59); }
td.TdClassName
{
border-color: #DD3D3B;
}
.TagClassName
{
border-color: #DD3D3B;
}
</style>