Shades of Cinnabar #DD4A2D
Tints of Cinnabar #DD4A2D
RGB
CMYK
RGB Variations
Color information
#DD4A2D (or 0xDD4A2D) is known color: Cinnabar. HEX triplet: DD, 4A and 2D. RGB value is (221,74,45). Sum of RGB (Red+Green+Blue) = 221+74+45=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A2D is #22B5D2. Grayscale: #727272. Windows color (decimal): -2274771 or 2968285. OLE color: 2968285.
HSL color Cylindrical-coordinate representation of color #DD4A2D: hue angle of 9.89º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD4A2D is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 74 | 45 | - |
CMYK | 0 | 0.67 | 0.80 | 0.13 |
HSL | 9.89º | 0.72% | 0.52% | - |
HSV(B) | 9.89º | 0.8% | 0.87% | - |
XYZ | 32.74 | 20.46 | 4.71 | - |
YUV | 114.65 | 88.7 | 203.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 74 | 45 | 0 | 0.67 | 0.80 | 0.13 | 9.89 | 0.72 | 0.52 |
Hex | DD | 4A | 2D | 0 | 43 | 50 | D | A | 48 | 34 |
Octal | 335 | 112 | 55 | 0 | 103 | 120 | 15 | 12 | 110 | 64 |
Binary | 11011101 | 1001010 | 101101 | 0 | 1000011 | 1010000 | 1101 | 1010 | 1001000 | 110100 |
Color Harmonies of #DD4A2D
Complementary color
Monochromatic Colors of #DD4A2D
Black with #DD4A2D
Text Example
Text Example
White with #DD4A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A2D; }
p { color: rgb(221,74,45); }
H1.HeaderClassName
{
color: #DD4A2D;
}
.AnyTagClassName
{
color: #DD4A2D;
}
</style>
background-color css
<style>
a { background-color: #DD4A2D; }
a { background-color: rgb(221,74,45); }
div.DivClassName
{
background-color: #DD4A2D;
}
.BgClassName
{
background-color: #DD4A2D;
}
</style>
border-color css
<style>
span { border-color: #DD4A2D; }
span { border-color: rgb(221,74,45); }
td.TdClassName
{
border-color: #DD4A2D;
}
.TagClassName
{
border-color: #DD4A2D;
}
</style>