Shades of Cinnabar #DD4F3C
Tints of Cinnabar #DD4F3C
RGB
CMYK
RGB Variations
Color information
#DD4F3C (or 0xDD4F3C) is known color: Cinnabar. HEX triplet: DD, 4F and 3C. RGB value is (221,79,60). Sum of RGB (Red+Green+Blue) = 221+79+60=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4F3C is #22B0C3. Grayscale: #777777. Windows color (decimal): -2273476 or 3952605. OLE color: 3952605.
HSL color Cylindrical-coordinate representation of color #DD4F3C: hue angle of 7.08º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD4F3C is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 60 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.13 |
| HSL | 7.08º | 0.7% | 0.55% | - |
| HSV(B) | 7.08º | 0.73% | 0.87% | - |
| XYZ | 33.43 | 21.29 | 6.62 | - |
| YUV | 119.29 | 94.54 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 60 | 0 | 0.64 | 0.73 | 0.13 | 7.08 | 0.7 | 0.55 |
| Hex | DD | 4F | 3C | 0 | 40 | 49 | D | 7 | 46 | 37 |
| Octal | 335 | 117 | 74 | 0 | 100 | 111 | 15 | 7 | 106 | 67 |
| Binary | 11011101 | 1001111 | 111100 | 0 | 1000000 | 1001001 | 1101 | 111 | 1000110 | 110111 |
Color Harmonies of #DD4F3C
Complementary color
Monochromatic Colors of #DD4F3C
Black with #DD4F3C
Text Example
Text Example
White with #DD4F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F3C; }
p { color: rgb(221,79,60); }
H1.HeaderClassName
{
color: #DD4F3C;
}
.AnyTagClassName
{
color: #DD4F3C;
}
</style>
background-color css
<style>
a { background-color: #DD4F3C; }
a { background-color: rgb(221,79,60); }
div.DivClassName
{
background-color: #DD4F3C;
}
.BgClassName
{
background-color: #DD4F3C;
}
</style>
border-color css
<style>
span { border-color: #DD4F3C; }
span { border-color: rgb(221,79,60); }
td.TdClassName
{
border-color: #DD4F3C;
}
.TagClassName
{
border-color: #DD4F3C;
}
</style>