Shades of Cinnabar #DD453D
Tints of Cinnabar #DD453D
RGB
CMYK
RGB Variations
Color information
#DD453D (or 0xDD453D) is known color: Cinnabar. HEX triplet: DD, 45 and 3D. RGB value is (221,69,61). Sum of RGB (Red+Green+Blue) = 221+69+61=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD453D is #22BAC2. Grayscale: #717171. Windows color (decimal): -2276035 or 4015581. OLE color: 4015581.
HSL color Cylindrical-coordinate representation of color #DD453D: hue angle of 3º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD453D is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 61 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.13 |
| HSL | 3º | 0.7% | 0.55% | - |
| HSV(B) | 3º | 0.72% | 0.87% | - |
| XYZ | 32.79 | 19.97 | 6.54 | - |
| YUV | 113.54 | 98.36 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 61 | 0 | 0.69 | 0.72 | 0.13 | 3 | 0.7 | 0.55 |
| Hex | DD | 45 | 3D | 0 | 45 | 48 | D | 3 | 46 | 37 |
| Octal | 335 | 105 | 75 | 0 | 105 | 110 | 15 | 3 | 106 | 67 |
| Binary | 11011101 | 1000101 | 111101 | 0 | 1000101 | 1001000 | 1101 | 11 | 1000110 | 110111 |
Color Harmonies of #DD453D
Complementary color
Monochromatic Colors of #DD453D
Black with #DD453D
Text Example
Text Example
White with #DD453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD453D; }
p { color: rgb(221,69,61); }
H1.HeaderClassName
{
color: #DD453D;
}
.AnyTagClassName
{
color: #DD453D;
}
</style>
background-color css
<style>
a { background-color: #DD453D; }
a { background-color: rgb(221,69,61); }
div.DivClassName
{
background-color: #DD453D;
}
.BgClassName
{
background-color: #DD453D;
}
</style>
border-color css
<style>
span { border-color: #DD453D; }
span { border-color: rgb(221,69,61); }
td.TdClassName
{
border-color: #DD453D;
}
.TagClassName
{
border-color: #DD453D;
}
</style>