Shades of Cinnabar #DD4A37
Tints of Cinnabar #DD4A37
RGB
CMYK
RGB Variations
Color information
#DD4A37 (or 0xDD4A37) is known color: Cinnabar. HEX triplet: DD, 4A and 37. RGB value is (221,74,55). Sum of RGB (Red+Green+Blue) = 221+74+55=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A37 is #22B5C8. Grayscale: #747474. Windows color (decimal): -2274761 or 3623645. OLE color: 3623645.
HSL color Cylindrical-coordinate representation of color #DD4A37: hue angle of 6.87º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD4A37 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 74 | 55 | - |
CMYK | 0 | 0.67 | 0.75 | 0.13 |
HSL | 6.87º | 0.71% | 0.54% | - |
HSV(B) | 6.87º | 0.75% | 0.87% | - |
XYZ | 32.96 | 20.55 | 5.84 | - |
YUV | 115.79 | 93.7 | 203.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 74 | 55 | 0 | 0.67 | 0.75 | 0.13 | 6.87 | 0.71 | 0.54 |
Hex | DD | 4A | 37 | 0 | 43 | 4B | D | 7 | 47 | 36 |
Octal | 335 | 112 | 67 | 0 | 103 | 113 | 15 | 7 | 107 | 66 |
Binary | 11011101 | 1001010 | 110111 | 0 | 1000011 | 1001011 | 1101 | 111 | 1000111 | 110110 |
Color Harmonies of #DD4A37
Complementary color
Monochromatic Colors of #DD4A37
Black with #DD4A37
Text Example
Text Example
White with #DD4A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A37; }
p { color: rgb(221,74,55); }
H1.HeaderClassName
{
color: #DD4A37;
}
.AnyTagClassName
{
color: #DD4A37;
}
</style>
background-color css
<style>
a { background-color: #DD4A37; }
a { background-color: rgb(221,74,55); }
div.DivClassName
{
background-color: #DD4A37;
}
.BgClassName
{
background-color: #DD4A37;
}
</style>
border-color css
<style>
span { border-color: #DD4A37; }
span { border-color: rgb(221,74,55); }
td.TdClassName
{
border-color: #DD4A37;
}
.TagClassName
{
border-color: #DD4A37;
}
</style>