Shades of Cinnabar #DD3F3E
Tints of Cinnabar #DD3F3E
RGB
CMYK
RGB Variations
Color information
#DD3F3E (or 0xDD3F3E) is known color: Cinnabar. HEX triplet: DD, 3F and 3E. RGB value is (221,63,62). Sum of RGB (Red+Green+Blue) = 221+63+62=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F3E is #22C0C1. Grayscale: #6E6E6E. Windows color (decimal): -2277570 or 4079581. OLE color: 4079581.
HSL color Cylindrical-coordinate representation of color #DD3F3E: hue angle of 0.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3F3E is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 62 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.13 |
| HSL | 0.38º | 0.7% | 0.55% | - |
| HSV(B) | 0.38º | 0.72% | 0.87% | - |
| XYZ | 32.47 | 19.27 | 6.57 | - |
| YUV | 110.13 | 100.85 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 62 | 0 | 0.71 | 0.72 | 0.13 | 0.38 | 0.7 | 0.55 |
| Hex | DD | 3F | 3E | 0 | 47 | 48 | D | 0 | 46 | 37 |
| Octal | 335 | 77 | 76 | 0 | 107 | 110 | 15 | 0 | 106 | 67 |
| Binary | 11011101 | 111111 | 111110 | 0 | 1000111 | 1001000 | 1101 | 0 | 1000110 | 110111 |
Color Harmonies of #DD3F3E
Complementary color
Monochromatic Colors of #DD3F3E
Black with #DD3F3E
Text Example
Text Example
White with #DD3F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F3E; }
p { color: rgb(221,63,62); }
H1.HeaderClassName
{
color: #DD3F3E;
}
.AnyTagClassName
{
color: #DD3F3E;
}
</style>
background-color css
<style>
a { background-color: #DD3F3E; }
a { background-color: rgb(221,63,62); }
div.DivClassName
{
background-color: #DD3F3E;
}
.BgClassName
{
background-color: #DD3F3E;
}
</style>
border-color css
<style>
span { border-color: #DD3F3E; }
span { border-color: rgb(221,63,62); }
td.TdClassName
{
border-color: #DD3F3E;
}
.TagClassName
{
border-color: #DD3F3E;
}
</style>