Shades of Cinnabar #DD342A
Tints of Cinnabar #DD342A
RGB
CMYK
RGB Variations
Color information
#DD342A (or 0xDD342A) is known color: Cinnabar. HEX triplet: DD, 34 and 2A. RGB value is (221,52,42). Sum of RGB (Red+Green+Blue) = 221+52+42=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD342A is #22CBD5. Grayscale: #656565. Windows color (decimal): -2280406 or 2766045. OLE color: 2766045.
HSL color Cylindrical-coordinate representation of color #DD342A: hue angle of 3.35º 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 #DD342A is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 42 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.13 |
| HSL | 3.35º | 0.72% | 0.52% | - |
| HSV(B) | 3.35º | 0.81% | 0.87% | - |
| XYZ | 31.46 | 18 | 4.01 | - |
| YUV | 101.39 | 94.49 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 42 | 0 | 0.76 | 0.81 | 0.13 | 3.35 | 0.72 | 0.52 |
| Hex | DD | 34 | 2A | 0 | 4C | 51 | D | 3 | 48 | 34 |
| Octal | 335 | 64 | 52 | 0 | 114 | 121 | 15 | 3 | 110 | 64 |
| Binary | 11011101 | 110100 | 101010 | 0 | 1001100 | 1010001 | 1101 | 11 | 1001000 | 110100 |
Color Harmonies of #DD342A
Complementary color
Monochromatic Colors of #DD342A
Black with #DD342A
Text Example
Text Example
White with #DD342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD342A; }
p { color: rgb(221,52,42); }
H1.HeaderClassName
{
color: #DD342A;
}
.AnyTagClassName
{
color: #DD342A;
}
</style>
background-color css
<style>
a { background-color: #DD342A; }
a { background-color: rgb(221,52,42); }
div.DivClassName
{
background-color: #DD342A;
}
.BgClassName
{
background-color: #DD342A;
}
</style>
border-color css
<style>
span { border-color: #DD342A; }
span { border-color: rgb(221,52,42); }
td.TdClassName
{
border-color: #DD342A;
}
.TagClassName
{
border-color: #DD342A;
}
</style>