Shades of Cinnabar #DD342B
Tints of Cinnabar #DD342B
RGB
CMYK
RGB Variations
Color information
#DD342B (or 0xDD342B) is known color: Cinnabar. HEX triplet: DD, 34 and 2B. RGB value is (221,52,43). Sum of RGB (Red+Green+Blue) = 221+52+43=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD342B is #22CBD4. Grayscale: #656565. Windows color (decimal): -2280405 or 2831581. OLE color: 2831581.
HSL color Cylindrical-coordinate representation of color #DD342B: hue angle of 3.03º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD342B is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 43 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.13 |
| HSL | 3.03º | 0.72% | 0.52% | - |
| HSV(B) | 3.03º | 0.81% | 0.87% | - |
| XYZ | 31.48 | 18 | 4.1 | - |
| YUV | 101.51 | 94.99 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 43 | 0 | 0.76 | 0.81 | 0.13 | 3.03 | 0.72 | 0.52 |
| Hex | DD | 34 | 2B | 0 | 4C | 51 | D | 3 | 48 | 34 |
| Octal | 335 | 64 | 53 | 0 | 114 | 121 | 15 | 3 | 110 | 64 |
| Binary | 11011101 | 110100 | 101011 | 0 | 1001100 | 1010001 | 1101 | 11 | 1001000 | 110100 |
Color Harmonies of #DD342B
Complementary color
Monochromatic Colors of #DD342B
Black with #DD342B
Text Example
Text Example
White with #DD342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD342B; }
p { color: rgb(221,52,43); }
H1.HeaderClassName
{
color: #DD342B;
}
.AnyTagClassName
{
color: #DD342B;
}
</style>
background-color css
<style>
a { background-color: #DD342B; }
a { background-color: rgb(221,52,43); }
div.DivClassName
{
background-color: #DD342B;
}
.BgClassName
{
background-color: #DD342B;
}
</style>
border-color css
<style>
span { border-color: #DD342B; }
span { border-color: rgb(221,52,43); }
td.TdClassName
{
border-color: #DD342B;
}
.TagClassName
{
border-color: #DD342B;
}
</style>