Shades of Cinnabar #DD3730
Tints of Cinnabar #DD3730
RGB
CMYK
RGB Variations
Color information
#DD3730 (or 0xDD3730) is known color: Cinnabar. HEX triplet: DD, 37 and 30. RGB value is (221,55,48). Sum of RGB (Red+Green+Blue) = 221+55+48=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3730 is #22C8CF. Grayscale: #686868. Windows color (decimal): -2279632 or 3160029. OLE color: 3160029.
HSL color Cylindrical-coordinate representation of color #DD3730: hue angle of 2.43º 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 #DD3730 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 48 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.13 |
| HSL | 2.43º | 0.72% | 0.53% | - |
| HSV(B) | 2.43º | 0.78% | 0.87% | - |
| XYZ | 31.72 | 18.32 | 4.66 | - |
| YUV | 103.84 | 96.5 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 48 | 0 | 0.75 | 0.78 | 0.13 | 2.43 | 0.72 | 0.53 |
| Hex | DD | 37 | 30 | 0 | 4B | 4E | D | 2 | 48 | 35 |
| Octal | 335 | 67 | 60 | 0 | 113 | 116 | 15 | 2 | 110 | 65 |
| Binary | 11011101 | 110111 | 110000 | 0 | 1001011 | 1001110 | 1101 | 10 | 1001000 | 110101 |
Color Harmonies of #DD3730
Complementary color
Monochromatic Colors of #DD3730
Black with #DD3730
Text Example
Text Example
White with #DD3730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3730; }
p { color: rgb(221,55,48); }
H1.HeaderClassName
{
color: #DD3730;
}
.AnyTagClassName
{
color: #DD3730;
}
</style>
background-color css
<style>
a { background-color: #DD3730; }
a { background-color: rgb(221,55,48); }
div.DivClassName
{
background-color: #DD3730;
}
.BgClassName
{
background-color: #DD3730;
}
</style>
border-color css
<style>
span { border-color: #DD3730; }
span { border-color: rgb(221,55,48); }
td.TdClassName
{
border-color: #DD3730;
}
.TagClassName
{
border-color: #DD3730;
}
</style>