Shades of Cinnabar #DD3A38
Tints of Cinnabar #DD3A38
RGB
CMYK
RGB Variations
Color information
#DD3A38 (or 0xDD3A38) is known color: Cinnabar. HEX triplet: DD, 3A and 38. RGB value is (221,58,56). Sum of RGB (Red+Green+Blue) = 221+58+56=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A38 is #22C5C7. Grayscale: #6A6A6A. Windows color (decimal): -2278856 or 3685085. OLE color: 3685085.
HSL color Cylindrical-coordinate representation of color #DD3A38: hue angle of 0.73º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3A38 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 56 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.13 |
| HSL | 0.73º | 0.71% | 0.54% | - |
| HSV(B) | 0.73º | 0.75% | 0.87% | - |
| XYZ | 32.05 | 18.68 | 5.66 | - |
| YUV | 106.51 | 99.5 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 56 | 0 | 0.74 | 0.75 | 0.13 | 0.73 | 0.71 | 0.54 |
| Hex | DD | 3A | 38 | 0 | 4A | 4B | D | 1 | 47 | 36 |
| Octal | 335 | 72 | 70 | 0 | 112 | 113 | 15 | 1 | 107 | 66 |
| Binary | 11011101 | 111010 | 111000 | 0 | 1001010 | 1001011 | 1101 | 1 | 1000111 | 110110 |
Color Harmonies of #DD3A38
Complementary color
Monochromatic Colors of #DD3A38
Black with #DD3A38
Text Example
Text Example
White with #DD3A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3A38; }
p { color: rgb(221,58,56); }
H1.HeaderClassName
{
color: #DD3A38;
}
.AnyTagClassName
{
color: #DD3A38;
}
</style>
background-color css
<style>
a { background-color: #DD3A38; }
a { background-color: rgb(221,58,56); }
div.DivClassName
{
background-color: #DD3A38;
}
.BgClassName
{
background-color: #DD3A38;
}
</style>
border-color css
<style>
span { border-color: #DD3A38; }
span { border-color: rgb(221,58,56); }
td.TdClassName
{
border-color: #DD3A38;
}
.TagClassName
{
border-color: #DD3A38;
}
</style>