Shades of Cinnabar #DD3A36
Tints of Cinnabar #DD3A36
RGB
CMYK
RGB Variations
Color information
#DD3A36 (or 0xDD3A36) is known color: Cinnabar. HEX triplet: DD, 3A and 36. RGB value is (221,58,54). Sum of RGB (Red+Green+Blue) = 221+58+54=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A36 is #22C5C9. Grayscale: #6A6A6A. Windows color (decimal): -2278858 or 3554013. OLE color: 3554013.
HSL color Cylindrical-coordinate representation of color #DD3A36: hue angle of 1.44º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3A36 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 54 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.13 |
| HSL | 1.44º | 0.71% | 0.54% | - |
| HSV(B) | 1.44º | 0.76% | 0.87% | - |
| XYZ | 32 | 18.66 | 5.41 | - |
| YUV | 106.28 | 98.5 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 54 | 0 | 0.74 | 0.76 | 0.13 | 1.44 | 0.71 | 0.54 |
| Hex | DD | 3A | 36 | 0 | 4A | 4C | D | 1 | 47 | 36 |
| Octal | 335 | 72 | 66 | 0 | 112 | 114 | 15 | 1 | 107 | 66 |
| Binary | 11011101 | 111010 | 110110 | 0 | 1001010 | 1001100 | 1101 | 1 | 1000111 | 110110 |
Color Harmonies of #DD3A36
Complementary color
Monochromatic Colors of #DD3A36
Black with #DD3A36
Text Example
Text Example
White with #DD3A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3A36; }
p { color: rgb(221,58,54); }
H1.HeaderClassName
{
color: #DD3A36;
}
.AnyTagClassName
{
color: #DD3A36;
}
</style>
background-color css
<style>
a { background-color: #DD3A36; }
a { background-color: rgb(221,58,54); }
div.DivClassName
{
background-color: #DD3A36;
}
.BgClassName
{
background-color: #DD3A36;
}
</style>
border-color css
<style>
span { border-color: #DD3A36; }
span { border-color: rgb(221,58,54); }
td.TdClassName
{
border-color: #DD3A36;
}
.TagClassName
{
border-color: #DD3A36;
}
</style>