Shades of Cinnabar #DD533A
Tints of Cinnabar #DD533A
RGB
CMYK
RGB Variations
Color information
#DD533A (or 0xDD533A) is known color: Cinnabar. HEX triplet: DD, 53 and 3A. RGB value is (221,83,58). Sum of RGB (Red+Green+Blue) = 221+83+58=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD533A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD533A is #22ACC5. Grayscale: #797979. Windows color (decimal): -2272454 or 3822557. OLE color: 3822557.
HSL color Cylindrical-coordinate representation of color #DD533A: hue angle of 9.2º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD533A is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 58 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.13 |
| HSL | 9.2º | 0.71% | 0.55% | - |
| HSV(B) | 9.2º | 0.74% | 0.87% | - |
| XYZ | 33.68 | 21.86 | 6.45 | - |
| YUV | 121.41 | 92.22 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 58 | 0 | 0.62 | 0.74 | 0.13 | 9.2 | 0.71 | 0.55 |
| Hex | DD | 53 | 3A | 0 | 3E | 4A | D | 9 | 47 | 37 |
| Octal | 335 | 123 | 72 | 0 | 76 | 112 | 15 | 11 | 107 | 67 |
| Binary | 11011101 | 1010011 | 111010 | 0 | 111110 | 1001010 | 1101 | 1001 | 1000111 | 110111 |
Color Harmonies of #DD533A
Complementary color
Monochromatic Colors of #DD533A
Black with #DD533A
Text Example
Text Example
White with #DD533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD533A; }
p { color: rgb(221,83,58); }
H1.HeaderClassName
{
color: #DD533A;
}
.AnyTagClassName
{
color: #DD533A;
}
</style>
background-color css
<style>
a { background-color: #DD533A; }
a { background-color: rgb(221,83,58); }
div.DivClassName
{
background-color: #DD533A;
}
.BgClassName
{
background-color: #DD533A;
}
</style>
border-color css
<style>
span { border-color: #DD533A; }
span { border-color: rgb(221,83,58); }
td.TdClassName
{
border-color: #DD533A;
}
.TagClassName
{
border-color: #DD533A;
}
</style>