Shades of Cinnabar #DD3728
Tints of Cinnabar #DD3728
RGB
CMYK
RGB Variations
Color information
#DD3728 (or 0xDD3728) is known color: Cinnabar. HEX triplet: DD, 37 and 28. RGB value is (221,55,40). Sum of RGB (Red+Green+Blue) = 221+55+40=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3728 is #22C8D7. Grayscale: #676767. Windows color (decimal): -2279640 or 2635741. OLE color: 2635741.
HSL color Cylindrical-coordinate representation of color #DD3728: hue angle of 4.97º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD3728 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 40 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.13 |
| HSL | 4.97º | 0.73% | 0.51% | - |
| HSV(B) | 4.97º | 0.82% | 0.87% | - |
| XYZ | 31.57 | 18.26 | 3.87 | - |
| YUV | 102.92 | 92.5 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 40 | 0 | 0.75 | 0.82 | 0.13 | 4.97 | 0.73 | 0.51 |
| Hex | DD | 37 | 28 | 0 | 4B | 52 | D | 5 | 49 | 33 |
| Octal | 335 | 67 | 50 | 0 | 113 | 122 | 15 | 5 | 111 | 63 |
| Binary | 11011101 | 110111 | 101000 | 0 | 1001011 | 1010010 | 1101 | 101 | 1001001 | 110011 |
Color Harmonies of #DD3728
Complementary color
Monochromatic Colors of #DD3728
Black with #DD3728
Text Example
Text Example
White with #DD3728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3728; }
p { color: rgb(221,55,40); }
H1.HeaderClassName
{
color: #DD3728;
}
.AnyTagClassName
{
color: #DD3728;
}
</style>
background-color css
<style>
a { background-color: #DD3728; }
a { background-color: rgb(221,55,40); }
div.DivClassName
{
background-color: #DD3728;
}
.BgClassName
{
background-color: #DD3728;
}
</style>
border-color css
<style>
span { border-color: #DD3728; }
span { border-color: rgb(221,55,40); }
td.TdClassName
{
border-color: #DD3728;
}
.TagClassName
{
border-color: #DD3728;
}
</style>