Shades of Cinnabar #DD3433
Tints of Cinnabar #DD3433
RGB
CMYK
RGB Variations
Color information
#DD3433 (or 0xDD3433) is known color: Cinnabar. HEX triplet: DD, 34 and 33. RGB value is (221,52,51). Sum of RGB (Red+Green+Blue) = 221+52+51=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3433 is #22CBCC. Grayscale: #666666. Windows color (decimal): -2280397 or 3355869. OLE color: 3355869.
HSL color Cylindrical-coordinate representation of color #DD3433: hue angle of 0.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD3433 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 51 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.13 |
| HSL | 0.35º | 0.71% | 0.53% | - |
| HSV(B) | 0.35º | 0.77% | 0.87% | - |
| XYZ | 31.64 | 18.07 | 4.95 | - |
| YUV | 102.42 | 98.99 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 51 | 0 | 0.76 | 0.77 | 0.13 | 0.35 | 0.71 | 0.53 |
| Hex | DD | 34 | 33 | 0 | 4C | 4D | D | 0 | 47 | 35 |
| Octal | 335 | 64 | 63 | 0 | 114 | 115 | 15 | 0 | 107 | 65 |
| Binary | 11011101 | 110100 | 110011 | 0 | 1001100 | 1001101 | 1101 | 0 | 1000111 | 110101 |
Color Harmonies of #DD3433
Complementary color
Monochromatic Colors of #DD3433
Black with #DD3433
Text Example
Text Example
White with #DD3433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3433; }
p { color: rgb(221,52,51); }
H1.HeaderClassName
{
color: #DD3433;
}
.AnyTagClassName
{
color: #DD3433;
}
</style>
background-color css
<style>
a { background-color: #DD3433; }
a { background-color: rgb(221,52,51); }
div.DivClassName
{
background-color: #DD3433;
}
.BgClassName
{
background-color: #DD3433;
}
</style>
border-color css
<style>
span { border-color: #DD3433; }
span { border-color: rgb(221,52,51); }
td.TdClassName
{
border-color: #DD3433;
}
.TagClassName
{
border-color: #DD3433;
}
</style>