Shades of Cinnabar #DD4330
Tints of Cinnabar #DD4330
RGB
CMYK
RGB Variations
Color information
#DD4330 (or 0xDD4330) is known color: Cinnabar. HEX triplet: DD, 43 and 30. RGB value is (221,67,48). Sum of RGB (Red+Green+Blue) = 221+67+48=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4330 is #22BCCF. Grayscale: #6F6F6F. Windows color (decimal): -2276560 or 3163101. OLE color: 3163101.
HSL color Cylindrical-coordinate representation of color #DD4330: hue angle of 6.59º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD4330 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 48 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.13 |
| HSL | 6.59º | 0.72% | 0.53% | - |
| HSV(B) | 6.59º | 0.78% | 0.87% | - |
| XYZ | 32.36 | 19.6 | 4.87 | - |
| YUV | 110.88 | 92.52 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 48 | 0 | 0.70 | 0.78 | 0.13 | 6.59 | 0.72 | 0.53 |
| Hex | DD | 43 | 30 | 0 | 46 | 4E | D | 7 | 48 | 35 |
| Octal | 335 | 103 | 60 | 0 | 106 | 116 | 15 | 7 | 110 | 65 |
| Binary | 11011101 | 1000011 | 110000 | 0 | 1000110 | 1001110 | 1101 | 111 | 1001000 | 110101 |
Color Harmonies of #DD4330
Complementary color
Monochromatic Colors of #DD4330
Black with #DD4330
Text Example
Text Example
White with #DD4330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4330; }
p { color: rgb(221,67,48); }
H1.HeaderClassName
{
color: #DD4330;
}
.AnyTagClassName
{
color: #DD4330;
}
</style>
background-color css
<style>
a { background-color: #DD4330; }
a { background-color: rgb(221,67,48); }
div.DivClassName
{
background-color: #DD4330;
}
.BgClassName
{
background-color: #DD4330;
}
</style>
border-color css
<style>
span { border-color: #DD4330; }
span { border-color: rgb(221,67,48); }
td.TdClassName
{
border-color: #DD4330;
}
.TagClassName
{
border-color: #DD4330;
}
</style>