Shades of Cinnabar #DD4F30
Tints of Cinnabar #DD4F30
RGB
CMYK
RGB Variations
Color information
#DD4F30 (or 0xDD4F30) is known color: Cinnabar. HEX triplet: DD, 4F and 30. RGB value is (221,79,48). Sum of RGB (Red+Green+Blue) = 221+79+48=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4F30 is #22B0CF. Grayscale: #767676. Windows color (decimal): -2273488 or 3166173. OLE color: 3166173.
HSL color Cylindrical-coordinate representation of color #DD4F30: hue angle of 10.75º 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 #DD4F30 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 48 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.13 |
| HSL | 10.75º | 0.72% | 0.53% | - |
| HSV(B) | 10.75º | 0.78% | 0.87% | - |
| XYZ | 33.15 | 21.18 | 5.14 | - |
| YUV | 117.92 | 88.54 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 48 | 0 | 0.64 | 0.78 | 0.13 | 10.75 | 0.72 | 0.53 |
| Hex | DD | 4F | 30 | 0 | 40 | 4E | D | B | 48 | 35 |
| Octal | 335 | 117 | 60 | 0 | 100 | 116 | 15 | 13 | 110 | 65 |
| Binary | 11011101 | 1001111 | 110000 | 0 | 1000000 | 1001110 | 1101 | 1011 | 1001000 | 110101 |
Color Harmonies of #DD4F30
Complementary color
Monochromatic Colors of #DD4F30
Black with #DD4F30
Text Example
Text Example
White with #DD4F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F30; }
p { color: rgb(221,79,48); }
H1.HeaderClassName
{
color: #DD4F30;
}
.AnyTagClassName
{
color: #DD4F30;
}
</style>
background-color css
<style>
a { background-color: #DD4F30; }
a { background-color: rgb(221,79,48); }
div.DivClassName
{
background-color: #DD4F30;
}
.BgClassName
{
background-color: #DD4F30;
}
</style>
border-color css
<style>
span { border-color: #DD4F30; }
span { border-color: rgb(221,79,48); }
td.TdClassName
{
border-color: #DD4F30;
}
.TagClassName
{
border-color: #DD4F30;
}
</style>