Shades of Cinnabar #DD3B28
Tints of Cinnabar #DD3B28
RGB
CMYK
RGB Variations
Color information
#DD3B28 (or 0xDD3B28) is known color: Cinnabar. HEX triplet: DD, 3B and 28. RGB value is (221,59,40). Sum of RGB (Red+Green+Blue) = 221+59+40=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3B28 is #22C4D7. Grayscale: #696969. Windows color (decimal): -2278616 or 2636765. OLE color: 2636765.
HSL color Cylindrical-coordinate representation of color #DD3B28: hue angle of 6.3º 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 #DD3B28 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 59 | 40 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.13 |
| HSL | 6.3º | 0.73% | 0.51% | - |
| HSV(B) | 6.3º | 0.82% | 0.87% | - |
| XYZ | 31.77 | 18.65 | 3.93 | - |
| YUV | 105.27 | 91.17 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 59 | 40 | 0 | 0.73 | 0.82 | 0.13 | 6.3 | 0.73 | 0.51 |
| Hex | DD | 3B | 28 | 0 | 49 | 52 | D | 6 | 49 | 33 |
| Octal | 335 | 73 | 50 | 0 | 111 | 122 | 15 | 6 | 111 | 63 |
| Binary | 11011101 | 111011 | 101000 | 0 | 1001001 | 1010010 | 1101 | 110 | 1001001 | 110011 |
Color Harmonies of #DD3B28
Complementary color
Monochromatic Colors of #DD3B28
Black with #DD3B28
Text Example
Text Example
White with #DD3B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3B28; }
p { color: rgb(221,59,40); }
H1.HeaderClassName
{
color: #DD3B28;
}
.AnyTagClassName
{
color: #DD3B28;
}
</style>
background-color css
<style>
a { background-color: #DD3B28; }
a { background-color: rgb(221,59,40); }
div.DivClassName
{
background-color: #DD3B28;
}
.BgClassName
{
background-color: #DD3B28;
}
</style>
border-color css
<style>
span { border-color: #DD3B28; }
span { border-color: rgb(221,59,40); }
td.TdClassName
{
border-color: #DD3B28;
}
.TagClassName
{
border-color: #DD3B28;
}
</style>