Shades of Cinnabar #DD502F
Tints of Cinnabar #DD502F
RGB
CMYK
RGB Variations
Color information
#DD502F (or 0xDD502F) is known color: Cinnabar. HEX triplet: DD, 50 and 2F. RGB value is (221,80,47). Sum of RGB (Red+Green+Blue) = 221+80+47=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD502F is #22AFD0. Grayscale: #767676. Windows color (decimal): -2273233 or 3100893. OLE color: 3100893.
HSL color Cylindrical-coordinate representation of color #DD502F: hue angle of 11.38º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD502F is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 47 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.13 |
| HSL | 11.38º | 0.72% | 0.53% | - |
| HSV(B) | 11.38º | 0.79% | 0.87% | - |
| XYZ | 33.2 | 21.31 | 5.05 | - |
| YUV | 118.4 | 87.71 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 47 | 0 | 0.64 | 0.79 | 0.13 | 11.38 | 0.72 | 0.53 |
| Hex | DD | 50 | 2F | 0 | 40 | 4F | D | B | 48 | 35 |
| Octal | 335 | 120 | 57 | 0 | 100 | 117 | 15 | 13 | 110 | 65 |
| Binary | 11011101 | 1010000 | 101111 | 0 | 1000000 | 1001111 | 1101 | 1011 | 1001000 | 110101 |
Color Harmonies of #DD502F
Complementary color
Monochromatic Colors of #DD502F
Black with #DD502F
Text Example
Text Example
White with #DD502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD502F; }
p { color: rgb(221,80,47); }
H1.HeaderClassName
{
color: #DD502F;
}
.AnyTagClassName
{
color: #DD502F;
}
</style>
background-color css
<style>
a { background-color: #DD502F; }
a { background-color: rgb(221,80,47); }
div.DivClassName
{
background-color: #DD502F;
}
.BgClassName
{
background-color: #DD502F;
}
</style>
border-color css
<style>
span { border-color: #DD502F; }
span { border-color: rgb(221,80,47); }
td.TdClassName
{
border-color: #DD502F;
}
.TagClassName
{
border-color: #DD502F;
}
</style>