Shades of Cinnabar #DD4545
Tints of Cinnabar #DD4545
RGB
CMYK
RGB Variations
Color information
#DD4545 (or 0xDD4545) is known color: Cinnabar. HEX triplet: DD, 45 and 45. RGB value is (221,69,69). Sum of RGB (Red+Green+Blue) = 221+69+69=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4545 is #22BABA. Grayscale: #727272. Windows color (decimal): -2276027 or 4539869. OLE color: 4539869.
HSL color Cylindrical-coordinate representation of color #DD4545: hue angle of 0º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4545 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 69 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.13 |
| HSL | 0º | 0.69% | 0.57% | - |
| HSV(B) | 0º | 0.69% | 0.87% | - |
| XYZ | 33.02 | 20.06 | 7.76 | - |
| YUV | 114.45 | 102.36 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 69 | 0 | 0.69 | 0.69 | 0.13 | 0 | 0.69 | 0.57 |
| Hex | DD | 45 | 45 | 0 | 45 | 45 | D | 0 | 45 | 39 |
| Octal | 335 | 105 | 105 | 0 | 105 | 105 | 15 | 0 | 105 | 71 |
| Binary | 11011101 | 1000101 | 1000101 | 0 | 1000101 | 1000101 | 1101 | 0 | 1000101 | 111001 |
Color Harmonies of #DD4545
Complementary color
Monochromatic Colors of #DD4545
Black with #DD4545
Text Example
Text Example
White with #DD4545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4545; }
p { color: rgb(221,69,69); }
H1.HeaderClassName
{
color: #DD4545;
}
.AnyTagClassName
{
color: #DD4545;
}
</style>
background-color css
<style>
a { background-color: #DD4545; }
a { background-color: rgb(221,69,69); }
div.DivClassName
{
background-color: #DD4545;
}
.BgClassName
{
background-color: #DD4545;
}
</style>
border-color css
<style>
span { border-color: #DD4545; }
span { border-color: rgb(221,69,69); }
td.TdClassName
{
border-color: #DD4545;
}
.TagClassName
{
border-color: #DD4545;
}
</style>