Shades of Cinnabar #DD463D
Tints of Cinnabar #DD463D
RGB
CMYK
RGB Variations
Color information
#DD463D (or 0xDD463D) is known color: Cinnabar. HEX triplet: DD, 46 and 3D. RGB value is (221,70,61). Sum of RGB (Red+Green+Blue) = 221+70+61=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD463D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD463D is #22B9C2. Grayscale: #727272. Windows color (decimal): -2275779 or 4015837. OLE color: 4015837.
HSL color Cylindrical-coordinate representation of color #DD463D: hue angle of 3.38º 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 #DD463D is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 61 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.13 |
| HSL | 3.38º | 0.7% | 0.55% | - |
| HSV(B) | 3.38º | 0.72% | 0.87% | - |
| XYZ | 32.85 | 20.09 | 6.56 | - |
| YUV | 114.12 | 98.03 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 61 | 0 | 0.68 | 0.72 | 0.13 | 3.38 | 0.7 | 0.55 |
| Hex | DD | 46 | 3D | 0 | 44 | 48 | D | 3 | 46 | 37 |
| Octal | 335 | 106 | 75 | 0 | 104 | 110 | 15 | 3 | 106 | 67 |
| Binary | 11011101 | 1000110 | 111101 | 0 | 1000100 | 1001000 | 1101 | 11 | 1000110 | 110111 |
Color Harmonies of #DD463D
Complementary color
Monochromatic Colors of #DD463D
Black with #DD463D
Text Example
Text Example
White with #DD463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD463D; }
p { color: rgb(221,70,61); }
H1.HeaderClassName
{
color: #DD463D;
}
.AnyTagClassName
{
color: #DD463D;
}
</style>
background-color css
<style>
a { background-color: #DD463D; }
a { background-color: rgb(221,70,61); }
div.DivClassName
{
background-color: #DD463D;
}
.BgClassName
{
background-color: #DD463D;
}
</style>
border-color css
<style>
span { border-color: #DD463D; }
span { border-color: rgb(221,70,61); }
td.TdClassName
{
border-color: #DD463D;
}
.TagClassName
{
border-color: #DD463D;
}
</style>