Shades of Cinnabar #DD4C30
Tints of Cinnabar #DD4C30
RGB
CMYK
RGB Variations
Color information
#DD4C30 (or 0xDD4C30) is known color: Cinnabar. HEX triplet: DD, 4C and 30. RGB value is (221,76,48). Sum of RGB (Red+Green+Blue) = 221+76+48=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C30 is #22B3CF. Grayscale: #747474. Windows color (decimal): -2274256 or 3165405. OLE color: 3165405.
HSL color Cylindrical-coordinate representation of color #DD4C30: hue angle of 9.71º 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 #DD4C30 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 48 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.13 |
| HSL | 9.71º | 0.72% | 0.53% | - |
| HSV(B) | 9.71º | 0.78% | 0.87% | - |
| XYZ | 32.94 | 20.75 | 5.07 | - |
| YUV | 116.16 | 89.54 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 48 | 0 | 0.66 | 0.78 | 0.13 | 9.71 | 0.72 | 0.53 |
| Hex | DD | 4C | 30 | 0 | 42 | 4E | D | A | 48 | 35 |
| Octal | 335 | 114 | 60 | 0 | 102 | 116 | 15 | 12 | 110 | 65 |
| Binary | 11011101 | 1001100 | 110000 | 0 | 1000010 | 1001110 | 1101 | 1010 | 1001000 | 110101 |
Color Harmonies of #DD4C30
Complementary color
Monochromatic Colors of #DD4C30
Black with #DD4C30
Text Example
Text Example
White with #DD4C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4C30; }
p { color: rgb(221,76,48); }
H1.HeaderClassName
{
color: #DD4C30;
}
.AnyTagClassName
{
color: #DD4C30;
}
</style>
background-color css
<style>
a { background-color: #DD4C30; }
a { background-color: rgb(221,76,48); }
div.DivClassName
{
background-color: #DD4C30;
}
.BgClassName
{
background-color: #DD4C30;
}
</style>
border-color css
<style>
span { border-color: #DD4C30; }
span { border-color: rgb(221,76,48); }
td.TdClassName
{
border-color: #DD4C30;
}
.TagClassName
{
border-color: #DD4C30;
}
</style>