Shades of Cinnabar #DD3935
Tints of Cinnabar #DD3935
RGB
CMYK
RGB Variations
Color information
#DD3935 (or 0xDD3935) is known color: Cinnabar. HEX triplet: DD, 39 and 35. RGB value is (221,57,53). Sum of RGB (Red+Green+Blue) = 221+57+53=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3935 is #22C6CA. Grayscale: #696969. Windows color (decimal): -2279115 or 3488221. OLE color: 3488221.
HSL color Cylindrical-coordinate representation of color #DD3935: hue angle of 1.43º 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 #DD3935 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 53 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.13 |
| HSL | 1.43º | 0.71% | 0.54% | - |
| HSV(B) | 1.43º | 0.76% | 0.87% | - |
| XYZ | 31.92 | 18.56 | 5.27 | - |
| YUV | 105.58 | 98.33 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 53 | 0 | 0.74 | 0.76 | 0.13 | 1.43 | 0.71 | 0.54 |
| Hex | DD | 39 | 35 | 0 | 4A | 4C | D | 1 | 47 | 36 |
| Octal | 335 | 71 | 65 | 0 | 112 | 114 | 15 | 1 | 107 | 66 |
| Binary | 11011101 | 111001 | 110101 | 0 | 1001010 | 1001100 | 1101 | 1 | 1000111 | 110110 |
Color Harmonies of #DD3935
Complementary color
Monochromatic Colors of #DD3935
Black with #DD3935
Text Example
Text Example
White with #DD3935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3935; }
p { color: rgb(221,57,53); }
H1.HeaderClassName
{
color: #DD3935;
}
.AnyTagClassName
{
color: #DD3935;
}
</style>
background-color css
<style>
a { background-color: #DD3935; }
a { background-color: rgb(221,57,53); }
div.DivClassName
{
background-color: #DD3935;
}
.BgClassName
{
background-color: #DD3935;
}
</style>
border-color css
<style>
span { border-color: #DD3935; }
span { border-color: rgb(221,57,53); }
td.TdClassName
{
border-color: #DD3935;
}
.TagClassName
{
border-color: #DD3935;
}
</style>