Shades of Cinnabar #DD3D2D
Tints of Cinnabar #DD3D2D
RGB
CMYK
RGB Variations
Color information
#DD3D2D (or 0xDD3D2D) is known color: Cinnabar. HEX triplet: DD, 3D and 2D. RGB value is (221,61,45). Sum of RGB (Red+Green+Blue) = 221+61+45=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3D2D is #22C2D2. Grayscale: #6B6B6B. Windows color (decimal): -2278099 or 2964957. OLE color: 2964957.
HSL color Cylindrical-coordinate representation of color #DD3D2D: hue angle of 5.45º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD3D2D is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 45 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.13 |
| HSL | 5.45º | 0.72% | 0.52% | - |
| HSV(B) | 5.45º | 0.8% | 0.87% | - |
| XYZ | 31.96 | 18.9 | 4.45 | - |
| YUV | 107.02 | 93.01 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 45 | 0 | 0.72 | 0.80 | 0.13 | 5.45 | 0.72 | 0.52 |
| Hex | DD | 3D | 2D | 0 | 48 | 50 | D | 5 | 48 | 34 |
| Octal | 335 | 75 | 55 | 0 | 110 | 120 | 15 | 5 | 110 | 64 |
| Binary | 11011101 | 111101 | 101101 | 0 | 1001000 | 1010000 | 1101 | 101 | 1001000 | 110100 |
Color Harmonies of #DD3D2D
Complementary color
Monochromatic Colors of #DD3D2D
Black with #DD3D2D
Text Example
Text Example
White with #DD3D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3D2D; }
p { color: rgb(221,61,45); }
H1.HeaderClassName
{
color: #DD3D2D;
}
.AnyTagClassName
{
color: #DD3D2D;
}
</style>
background-color css
<style>
a { background-color: #DD3D2D; }
a { background-color: rgb(221,61,45); }
div.DivClassName
{
background-color: #DD3D2D;
}
.BgClassName
{
background-color: #DD3D2D;
}
</style>
border-color css
<style>
span { border-color: #DD3D2D; }
span { border-color: rgb(221,61,45); }
td.TdClassName
{
border-color: #DD3D2D;
}
.TagClassName
{
border-color: #DD3D2D;
}
</style>