Shades of Cinnabar #DD4B2D
Tints of Cinnabar #DD4B2D
RGB
CMYK
RGB Variations
Color information
#DD4B2D (or 0xDD4B2D) is known color: Cinnabar. HEX triplet: DD, 4B and 2D. RGB value is (221,75,45). Sum of RGB (Red+Green+Blue) = 221+75+45=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4B2D is #22B4D2. Grayscale: #737373. Windows color (decimal): -2274515 or 2968541. OLE color: 2968541.
HSL color Cylindrical-coordinate representation of color #DD4B2D: hue angle of 10.23º 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 #DD4B2D is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 45 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.13 |
| HSL | 10.23º | 0.72% | 0.52% | - |
| HSV(B) | 10.23º | 0.8% | 0.87% | - |
| XYZ | 32.81 | 20.59 | 4.73 | - |
| YUV | 115.23 | 88.37 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 45 | 0 | 0.66 | 0.80 | 0.13 | 10.23 | 0.72 | 0.52 |
| Hex | DD | 4B | 2D | 0 | 42 | 50 | D | A | 48 | 34 |
| Octal | 335 | 113 | 55 | 0 | 102 | 120 | 15 | 12 | 110 | 64 |
| Binary | 11011101 | 1001011 | 101101 | 0 | 1000010 | 1010000 | 1101 | 1010 | 1001000 | 110100 |
Color Harmonies of #DD4B2D
Complementary color
Monochromatic Colors of #DD4B2D
Black with #DD4B2D
Text Example
Text Example
White with #DD4B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4B2D; }
p { color: rgb(221,75,45); }
H1.HeaderClassName
{
color: #DD4B2D;
}
.AnyTagClassName
{
color: #DD4B2D;
}
</style>
background-color css
<style>
a { background-color: #DD4B2D; }
a { background-color: rgb(221,75,45); }
div.DivClassName
{
background-color: #DD4B2D;
}
.BgClassName
{
background-color: #DD4B2D;
}
</style>
border-color css
<style>
span { border-color: #DD4B2D; }
span { border-color: rgb(221,75,45); }
td.TdClassName
{
border-color: #DD4B2D;
}
.TagClassName
{
border-color: #DD4B2D;
}
</style>