Shades of Cinnabar #DD3D34
Tints of Cinnabar #DD3D34
RGB
CMYK
RGB Variations
Color information
#DD3D34 (or 0xDD3D34) is known color: Cinnabar. HEX triplet: DD, 3D and 34. RGB value is (221,61,52). Sum of RGB (Red+Green+Blue) = 221+61+52=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3D34 is #22C2CB. Grayscale: #6C6C6C. Windows color (decimal): -2278092 or 3423709. OLE color: 3423709.
HSL color Cylindrical-coordinate representation of color #DD3D34: hue angle of 3.2º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3D34 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 52 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.13 |
| HSL | 3.2º | 0.71% | 0.54% | - |
| HSV(B) | 3.2º | 0.76% | 0.87% | - |
| XYZ | 32.11 | 18.96 | 5.22 | - |
| YUV | 107.81 | 96.51 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 52 | 0 | 0.72 | 0.76 | 0.13 | 3.2 | 0.71 | 0.54 |
| Hex | DD | 3D | 34 | 0 | 48 | 4C | D | 3 | 47 | 36 |
| Octal | 335 | 75 | 64 | 0 | 110 | 114 | 15 | 3 | 107 | 66 |
| Binary | 11011101 | 111101 | 110100 | 0 | 1001000 | 1001100 | 1101 | 11 | 1000111 | 110110 |
Color Harmonies of #DD3D34
Complementary color
Monochromatic Colors of #DD3D34
Black with #DD3D34
Text Example
Text Example
White with #DD3D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3D34; }
p { color: rgb(221,61,52); }
H1.HeaderClassName
{
color: #DD3D34;
}
.AnyTagClassName
{
color: #DD3D34;
}
</style>
background-color css
<style>
a { background-color: #DD3D34; }
a { background-color: rgb(221,61,52); }
div.DivClassName
{
background-color: #DD3D34;
}
.BgClassName
{
background-color: #DD3D34;
}
</style>
border-color css
<style>
span { border-color: #DD3D34; }
span { border-color: rgb(221,61,52); }
td.TdClassName
{
border-color: #DD3D34;
}
.TagClassName
{
border-color: #DD3D34;
}
</style>