Shades of Cinnabar #DD4E3F
Tints of Cinnabar #DD4E3F
RGB
CMYK
RGB Variations
Color information
#DD4E3F (or 0xDD4E3F) is known color: Cinnabar. HEX triplet: DD, 4E and 3F. RGB value is (221,78,63). Sum of RGB (Red+Green+Blue) = 221+78+63=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E3F is #22B1C0. Grayscale: #777777. Windows color (decimal): -2273729 or 4148957. OLE color: 4148957.
HSL color Cylindrical-coordinate representation of color #DD4E3F: hue angle of 5.7º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4E3F is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 63 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.13 |
| HSL | 5.7º | 0.7% | 0.56% | - |
| HSV(B) | 5.7º | 0.71% | 0.87% | - |
| XYZ | 33.44 | 21.18 | 7.03 | - |
| YUV | 119.05 | 96.38 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 63 | 0 | 0.65 | 0.71 | 0.13 | 5.7 | 0.7 | 0.56 |
| Hex | DD | 4E | 3F | 0 | 41 | 47 | D | 6 | 46 | 38 |
| Octal | 335 | 116 | 77 | 0 | 101 | 107 | 15 | 6 | 106 | 70 |
| Binary | 11011101 | 1001110 | 111111 | 0 | 1000001 | 1000111 | 1101 | 110 | 1000110 | 111000 |
Color Harmonies of #DD4E3F
Complementary color
Monochromatic Colors of #DD4E3F
Black with #DD4E3F
Text Example
Text Example
White with #DD4E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E3F; }
p { color: rgb(221,78,63); }
H1.HeaderClassName
{
color: #DD4E3F;
}
.AnyTagClassName
{
color: #DD4E3F;
}
</style>
background-color css
<style>
a { background-color: #DD4E3F; }
a { background-color: rgb(221,78,63); }
div.DivClassName
{
background-color: #DD4E3F;
}
.BgClassName
{
background-color: #DD4E3F;
}
</style>
border-color css
<style>
span { border-color: #DD4E3F; }
span { border-color: rgb(221,78,63); }
td.TdClassName
{
border-color: #DD4E3F;
}
.TagClassName
{
border-color: #DD4E3F;
}
</style>