Shades of Cinnabar #DD3C30
Tints of Cinnabar #DD3C30
RGB
CMYK
RGB Variations
Color information
#DD3C30 (or 0xDD3C30) is known color: Cinnabar. HEX triplet: DD, 3C and 30. RGB value is (221,60,48). Sum of RGB (Red+Green+Blue) = 221+60+48=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C30 is #22C3CF. Grayscale: #6A6A6A. Windows color (decimal): -2278352 or 3161309. OLE color: 3161309.
HSL color Cylindrical-coordinate representation of color #DD3C30: hue angle of 4.16º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3C30 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 48 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.13 |
| HSL | 4.16º | 0.72% | 0.53% | - |
| HSV(B) | 4.16º | 0.78% | 0.87% | - |
| XYZ | 31.97 | 18.82 | 4.74 | - |
| YUV | 106.77 | 94.84 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 48 | 0 | 0.73 | 0.78 | 0.13 | 4.16 | 0.72 | 0.53 |
| Hex | DD | 3C | 30 | 0 | 49 | 4E | D | 4 | 48 | 35 |
| Octal | 335 | 74 | 60 | 0 | 111 | 116 | 15 | 4 | 110 | 65 |
| Binary | 11011101 | 111100 | 110000 | 0 | 1001001 | 1001110 | 1101 | 100 | 1001000 | 110101 |
Color Harmonies of #DD3C30
Complementary color
Monochromatic Colors of #DD3C30
Black with #DD3C30
Text Example
Text Example
White with #DD3C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3C30; }
p { color: rgb(221,60,48); }
H1.HeaderClassName
{
color: #DD3C30;
}
.AnyTagClassName
{
color: #DD3C30;
}
</style>
background-color css
<style>
a { background-color: #DD3C30; }
a { background-color: rgb(221,60,48); }
div.DivClassName
{
background-color: #DD3C30;
}
.BgClassName
{
background-color: #DD3C30;
}
</style>
border-color css
<style>
span { border-color: #DD3C30; }
span { border-color: rgb(221,60,48); }
td.TdClassName
{
border-color: #DD3C30;
}
.TagClassName
{
border-color: #DD3C30;
}
</style>