Shades of Cinnabar #DD4541
Tints of Cinnabar #DD4541
RGB
CMYK
RGB Variations
Color information
#DD4541 (or 0xDD4541) is known color: Cinnabar. HEX triplet: DD, 45 and 41. RGB value is (221,69,65). Sum of RGB (Red+Green+Blue) = 221+69+65=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4541 is #22BABE. Grayscale: #727272. Windows color (decimal): -2276031 or 4277725. OLE color: 4277725.
HSL color Cylindrical-coordinate representation of color #DD4541: hue angle of 1.54º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4541 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 65 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.13 |
| HSL | 1.54º | 0.7% | 0.56% | - |
| HSV(B) | 1.54º | 0.71% | 0.87% | - |
| XYZ | 32.9 | 20.01 | 7.13 | - |
| YUV | 113.99 | 100.36 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 65 | 0 | 0.69 | 0.71 | 0.13 | 1.54 | 0.7 | 0.56 |
| Hex | DD | 45 | 41 | 0 | 45 | 47 | D | 2 | 46 | 38 |
| Octal | 335 | 105 | 101 | 0 | 105 | 107 | 15 | 2 | 106 | 70 |
| Binary | 11011101 | 1000101 | 1000001 | 0 | 1000101 | 1000111 | 1101 | 10 | 1000110 | 111000 |
Color Harmonies of #DD4541
Complementary color
Monochromatic Colors of #DD4541
Black with #DD4541
Text Example
Text Example
White with #DD4541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4541; }
p { color: rgb(221,69,65); }
H1.HeaderClassName
{
color: #DD4541;
}
.AnyTagClassName
{
color: #DD4541;
}
</style>
background-color css
<style>
a { background-color: #DD4541; }
a { background-color: rgb(221,69,65); }
div.DivClassName
{
background-color: #DD4541;
}
.BgClassName
{
background-color: #DD4541;
}
</style>
border-color css
<style>
span { border-color: #DD4541; }
span { border-color: rgb(221,69,65); }
td.TdClassName
{
border-color: #DD4541;
}
.TagClassName
{
border-color: #DD4541;
}
</style>