Shades of Cinnabar #DD453F
Tints of Cinnabar #DD453F
RGB
CMYK
RGB Variations
Color information
#DD453F (or 0xDD453F) is known color: Cinnabar. HEX triplet: DD, 45 and 3F. RGB value is (221,69,63). Sum of RGB (Red+Green+Blue) = 221+69+63=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD453F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD453F is #22BAC0. Grayscale: #717171. Windows color (decimal): -2276033 or 4146653. OLE color: 4146653.
HSL color Cylindrical-coordinate representation of color #DD453F: hue angle of 2.28º 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 #DD453F is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 63 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.13 |
| HSL | 2.28º | 0.7% | 0.56% | - |
| HSV(B) | 2.28º | 0.71% | 0.87% | - |
| XYZ | 32.84 | 19.99 | 6.83 | - |
| YUV | 113.76 | 99.36 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 63 | 0 | 0.69 | 0.71 | 0.13 | 2.28 | 0.7 | 0.56 |
| Hex | DD | 45 | 3F | 0 | 45 | 47 | D | 2 | 46 | 38 |
| Octal | 335 | 105 | 77 | 0 | 105 | 107 | 15 | 2 | 106 | 70 |
| Binary | 11011101 | 1000101 | 111111 | 0 | 1000101 | 1000111 | 1101 | 10 | 1000110 | 111000 |
Color Harmonies of #DD453F
Complementary color
Monochromatic Colors of #DD453F
Black with #DD453F
Text Example
Text Example
White with #DD453F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD453F; }
p { color: rgb(221,69,63); }
H1.HeaderClassName
{
color: #DD453F;
}
.AnyTagClassName
{
color: #DD453F;
}
</style>
background-color css
<style>
a { background-color: #DD453F; }
a { background-color: rgb(221,69,63); }
div.DivClassName
{
background-color: #DD453F;
}
.BgClassName
{
background-color: #DD453F;
}
</style>
border-color css
<style>
span { border-color: #DD453F; }
span { border-color: rgb(221,69,63); }
td.TdClassName
{
border-color: #DD453F;
}
.TagClassName
{
border-color: #DD453F;
}
</style>