Shades of Cinnabar #DD342F
Tints of Cinnabar #DD342F
RGB
CMYK
RGB Variations
Color information
#DD342F (or 0xDD342F) is known color: Cinnabar. HEX triplet: DD, 34 and 2F. RGB value is (221,52,47). Sum of RGB (Red+Green+Blue) = 221+52+47=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD342F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD342F is #22CBD0. Grayscale: #666666. Windows color (decimal): -2280401 or 3093725. OLE color: 3093725.
HSL color Cylindrical-coordinate representation of color #DD342F: hue angle of 1.72º 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 #DD342F is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 47 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.13 |
| HSL | 1.72º | 0.72% | 0.53% | - |
| HSV(B) | 1.72º | 0.79% | 0.87% | - |
| XYZ | 31.56 | 18.03 | 4.51 | - |
| YUV | 101.96 | 96.99 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 47 | 0 | 0.76 | 0.79 | 0.13 | 1.72 | 0.72 | 0.53 |
| Hex | DD | 34 | 2F | 0 | 4C | 4F | D | 2 | 48 | 35 |
| Octal | 335 | 64 | 57 | 0 | 114 | 117 | 15 | 2 | 110 | 65 |
| Binary | 11011101 | 110100 | 101111 | 0 | 1001100 | 1001111 | 1101 | 10 | 1001000 | 110101 |
Color Harmonies of #DD342F
Complementary color
Monochromatic Colors of #DD342F
Black with #DD342F
Text Example
Text Example
White with #DD342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD342F; }
p { color: rgb(221,52,47); }
H1.HeaderClassName
{
color: #DD342F;
}
.AnyTagClassName
{
color: #DD342F;
}
</style>
background-color css
<style>
a { background-color: #DD342F; }
a { background-color: rgb(221,52,47); }
div.DivClassName
{
background-color: #DD342F;
}
.BgClassName
{
background-color: #DD342F;
}
</style>
border-color css
<style>
span { border-color: #DD342F; }
span { border-color: rgb(221,52,47); }
td.TdClassName
{
border-color: #DD342F;
}
.TagClassName
{
border-color: #DD342F;
}
</style>