Shades of Cinnabar #DD4223
Tints of Cinnabar #DD4223
RGB
CMYK
RGB Variations
Color information
#DD4223 (or 0xDD4223) is known color: Cinnabar. HEX triplet: DD, 42 and 23. RGB value is (221,66,35). Sum of RGB (Red+Green+Blue) = 221+66+35=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4223 is #22BDDC. Grayscale: #6D6D6D. Windows color (decimal): -2276829 or 2310877. OLE color: 2310877.
HSL color Cylindrical-coordinate representation of color #DD4223: hue angle of 10º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD4223 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 35 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.13 |
| HSL | 10º | 0.73% | 0.5% | - |
| HSV(B) | 10º | 0.84% | 0.87% | - |
| XYZ | 32.07 | 19.39 | 3.64 | - |
| YUV | 108.81 | 86.35 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 35 | 0 | 0.70 | 0.84 | 0.13 | 10 | 0.73 | 0.5 |
| Hex | DD | 42 | 23 | 0 | 46 | 54 | D | A | 49 | 32 |
| Octal | 335 | 102 | 43 | 0 | 106 | 124 | 15 | 12 | 111 | 62 |
| Binary | 11011101 | 1000010 | 100011 | 0 | 1000110 | 1010100 | 1101 | 1010 | 1001001 | 110010 |
Color Harmonies of #DD4223
Complementary color
Monochromatic Colors of #DD4223
Black with #DD4223
Text Example
Text Example
White with #DD4223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4223; }
p { color: rgb(221,66,35); }
H1.HeaderClassName
{
color: #DD4223;
}
.AnyTagClassName
{
color: #DD4223;
}
</style>
background-color css
<style>
a { background-color: #DD4223; }
a { background-color: rgb(221,66,35); }
div.DivClassName
{
background-color: #DD4223;
}
.BgClassName
{
background-color: #DD4223;
}
</style>
border-color css
<style>
span { border-color: #DD4223; }
span { border-color: rgb(221,66,35); }
td.TdClassName
{
border-color: #DD4223;
}
.TagClassName
{
border-color: #DD4223;
}
</style>