Shades of Cinnabar #DD3E23
Tints of Cinnabar #DD3E23
RGB
CMYK
RGB Variations
Color information
#DD3E23 (or 0xDD3E23) is known color: Cinnabar. HEX triplet: DD, 3E and 23. RGB value is (221,62,35). Sum of RGB (Red+Green+Blue) = 221+62+35=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E23 is #22C1DC. Grayscale: #6A6A6A. Windows color (decimal): -2277853 or 2309853. OLE color: 2309853.
HSL color Cylindrical-coordinate representation of color #DD3E23: hue angle of 8.71º 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 #DD3E23 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 35 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.13 |
| HSL | 8.71º | 0.73% | 0.5% | - |
| HSV(B) | 8.71º | 0.84% | 0.87% | - |
| XYZ | 31.84 | 18.94 | 3.57 | - |
| YUV | 106.46 | 87.68 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 35 | 0 | 0.72 | 0.84 | 0.13 | 8.71 | 0.73 | 0.5 |
| Hex | DD | 3E | 23 | 0 | 48 | 54 | D | 9 | 49 | 32 |
| Octal | 335 | 76 | 43 | 0 | 110 | 124 | 15 | 11 | 111 | 62 |
| Binary | 11011101 | 111110 | 100011 | 0 | 1001000 | 1010100 | 1101 | 1001 | 1001001 | 110010 |
Color Harmonies of #DD3E23
Complementary color
Monochromatic Colors of #DD3E23
Black with #DD3E23
Text Example
Text Example
White with #DD3E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E23; }
p { color: rgb(221,62,35); }
H1.HeaderClassName
{
color: #DD3E23;
}
.AnyTagClassName
{
color: #DD3E23;
}
</style>
background-color css
<style>
a { background-color: #DD3E23; }
a { background-color: rgb(221,62,35); }
div.DivClassName
{
background-color: #DD3E23;
}
.BgClassName
{
background-color: #DD3E23;
}
</style>
border-color css
<style>
span { border-color: #DD3E23; }
span { border-color: rgb(221,62,35); }
td.TdClassName
{
border-color: #DD3E23;
}
.TagClassName
{
border-color: #DD3E23;
}
</style>