Shades of Cinnabar #DD352E
Tints of Cinnabar #DD352E
RGB
CMYK
RGB Variations
Color information
#DD352E (or 0xDD352E) is known color: Cinnabar. HEX triplet: DD, 35 and 2E. RGB value is (221,53,46). Sum of RGB (Red+Green+Blue) = 221+53+46=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD352E is #22CAD1. Grayscale: #666666. Windows color (decimal): -2280146 or 3028445. OLE color: 3028445.
HSL color Cylindrical-coordinate representation of color #DD352E: hue angle of 2.4º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD352E is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 46 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.13 |
| HSL | 2.4º | 0.72% | 0.52% | - |
| HSV(B) | 2.4º | 0.79% | 0.87% | - |
| XYZ | 31.59 | 18.12 | 4.42 | - |
| YUV | 102.43 | 96.16 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 46 | 0 | 0.76 | 0.79 | 0.13 | 2.4 | 0.72 | 0.52 |
| Hex | DD | 35 | 2E | 0 | 4C | 4F | D | 2 | 48 | 34 |
| Octal | 335 | 65 | 56 | 0 | 114 | 117 | 15 | 2 | 110 | 64 |
| Binary | 11011101 | 110101 | 101110 | 0 | 1001100 | 1001111 | 1101 | 10 | 1001000 | 110100 |
Color Harmonies of #DD352E
Complementary color
Monochromatic Colors of #DD352E
Black with #DD352E
Text Example
Text Example
White with #DD352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD352E; }
p { color: rgb(221,53,46); }
H1.HeaderClassName
{
color: #DD352E;
}
.AnyTagClassName
{
color: #DD352E;
}
</style>
background-color css
<style>
a { background-color: #DD352E; }
a { background-color: rgb(221,53,46); }
div.DivClassName
{
background-color: #DD352E;
}
.BgClassName
{
background-color: #DD352E;
}
</style>
border-color css
<style>
span { border-color: #DD352E; }
span { border-color: rgb(221,53,46); }
td.TdClassName
{
border-color: #DD352E;
}
.TagClassName
{
border-color: #DD352E;
}
</style>