Shades of Cinnabar #DD4530
Tints of Cinnabar #DD4530
RGB
CMYK
RGB Variations
Color information
#DD4530 (or 0xDD4530) is known color: Cinnabar. HEX triplet: DD, 45 and 30. RGB value is (221,69,48). Sum of RGB (Red+Green+Blue) = 221+69+48=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4530 is #22BACF. Grayscale: #707070. Windows color (decimal): -2276048 or 3163613. OLE color: 3163613.
HSL color Cylindrical-coordinate representation of color #DD4530: hue angle of 7.28º 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 #DD4530 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 48 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.13 |
| HSL | 7.28º | 0.72% | 0.53% | - |
| HSV(B) | 7.28º | 0.78% | 0.87% | - |
| XYZ | 32.48 | 19.84 | 4.91 | - |
| YUV | 112.05 | 91.86 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 48 | 0 | 0.69 | 0.78 | 0.13 | 7.28 | 0.72 | 0.53 |
| Hex | DD | 45 | 30 | 0 | 45 | 4E | D | 7 | 48 | 35 |
| Octal | 335 | 105 | 60 | 0 | 105 | 116 | 15 | 7 | 110 | 65 |
| Binary | 11011101 | 1000101 | 110000 | 0 | 1000101 | 1001110 | 1101 | 111 | 1001000 | 110101 |
Color Harmonies of #DD4530
Complementary color
Monochromatic Colors of #DD4530
Black with #DD4530
Text Example
Text Example
White with #DD4530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4530; }
p { color: rgb(221,69,48); }
H1.HeaderClassName
{
color: #DD4530;
}
.AnyTagClassName
{
color: #DD4530;
}
</style>
background-color css
<style>
a { background-color: #DD4530; }
a { background-color: rgb(221,69,48); }
div.DivClassName
{
background-color: #DD4530;
}
.BgClassName
{
background-color: #DD4530;
}
</style>
border-color css
<style>
span { border-color: #DD4530; }
span { border-color: rgb(221,69,48); }
td.TdClassName
{
border-color: #DD4530;
}
.TagClassName
{
border-color: #DD4530;
}
</style>