Shades of Cinnabar #DD4233
Tints of Cinnabar #DD4233
RGB
CMYK
RGB Variations
Color information
#DD4233 (or 0xDD4233) is known color: Cinnabar. HEX triplet: DD, 42 and 33. RGB value is (221,66,51). Sum of RGB (Red+Green+Blue) = 221+66+51=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4233 is #22BDCC. Grayscale: #6E6E6E. Windows color (decimal): -2276813 or 3359453. OLE color: 3359453.
HSL color Cylindrical-coordinate representation of color #DD4233: hue angle of 5.29º 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 #DD4233 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 51 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.13 |
| HSL | 5.29º | 0.71% | 0.53% | - |
| HSV(B) | 5.29º | 0.77% | 0.87% | - |
| XYZ | 32.36 | 19.51 | 5.19 | - |
| YUV | 110.64 | 94.35 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 51 | 0 | 0.70 | 0.77 | 0.13 | 5.29 | 0.71 | 0.53 |
| Hex | DD | 42 | 33 | 0 | 46 | 4D | D | 5 | 47 | 35 |
| Octal | 335 | 102 | 63 | 0 | 106 | 115 | 15 | 5 | 107 | 65 |
| Binary | 11011101 | 1000010 | 110011 | 0 | 1000110 | 1001101 | 1101 | 101 | 1000111 | 110101 |
Color Harmonies of #DD4233
Complementary color
Monochromatic Colors of #DD4233
Black with #DD4233
Text Example
Text Example
White with #DD4233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4233; }
p { color: rgb(221,66,51); }
H1.HeaderClassName
{
color: #DD4233;
}
.AnyTagClassName
{
color: #DD4233;
}
</style>
background-color css
<style>
a { background-color: #DD4233; }
a { background-color: rgb(221,66,51); }
div.DivClassName
{
background-color: #DD4233;
}
.BgClassName
{
background-color: #DD4233;
}
</style>
border-color css
<style>
span { border-color: #DD4233; }
span { border-color: rgb(221,66,51); }
td.TdClassName
{
border-color: #DD4233;
}
.TagClassName
{
border-color: #DD4233;
}
</style>