Shades of Cinnabar #DD451E
Tints of Cinnabar #DD451E
RGB
CMYK
RGB Variations
Color information
#DD451E (or 0xDD451E) is known color: Cinnabar. HEX triplet: DD, 45 and 1E. RGB value is (221,69,30). Sum of RGB (Red+Green+Blue) = 221+69+30=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD451E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD451E is #22BAE1. Grayscale: #6E6E6E. Windows color (decimal): -2276066 or 1983965. OLE color: 1983965.
HSL color Cylindrical-coordinate representation of color #DD451E: hue angle of 12.25º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD451E is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 30 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.13 |
| HSL | 12.25º | 0.76% | 0.49% | - |
| HSV(B) | 12.25º | 0.86% | 0.87% | - |
| XYZ | 32.18 | 19.72 | 3.34 | - |
| YUV | 110 | 82.86 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 30 | 0 | 0.69 | 0.86 | 0.13 | 12.25 | 0.76 | 0.49 |
| Hex | DD | 45 | 1E | 0 | 45 | 56 | D | C | 4C | 31 |
| Octal | 335 | 105 | 36 | 0 | 105 | 126 | 15 | 14 | 114 | 61 |
| Binary | 11011101 | 1000101 | 11110 | 0 | 1000101 | 1010110 | 1101 | 1100 | 1001100 | 110001 |
Color Harmonies of #DD451E
Complementary color
Monochromatic Colors of #DD451E
Black with #DD451E
Text Example
Text Example
White with #DD451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD451E; }
p { color: rgb(221,69,30); }
H1.HeaderClassName
{
color: #DD451E;
}
.AnyTagClassName
{
color: #DD451E;
}
</style>
background-color css
<style>
a { background-color: #DD451E; }
a { background-color: rgb(221,69,30); }
div.DivClassName
{
background-color: #DD451E;
}
.BgClassName
{
background-color: #DD451E;
}
</style>
border-color css
<style>
span { border-color: #DD451E; }
span { border-color: rgb(221,69,30); }
td.TdClassName
{
border-color: #DD451E;
}
.TagClassName
{
border-color: #DD451E;
}
</style>