Shades of Cinnabar #DD4323
Tints of Cinnabar #DD4323
RGB
CMYK
RGB Variations
Color information
#DD4323 (or 0xDD4323) is known color: Cinnabar. HEX triplet: DD, 43 and 23. RGB value is (221,67,35). Sum of RGB (Red+Green+Blue) = 221+67+35=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4323 is #22BCDC. Grayscale: #6D6D6D. Windows color (decimal): -2276573 or 2311133. OLE color: 2311133.
HSL color Cylindrical-coordinate representation of color #DD4323: hue angle of 10.32º 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 #DD4323 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 35 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.13 |
| HSL | 10.32º | 0.73% | 0.5% | - |
| HSV(B) | 10.32º | 0.84% | 0.87% | - |
| XYZ | 32.13 | 19.51 | 3.66 | - |
| YUV | 109.4 | 86.02 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 35 | 0 | 0.70 | 0.84 | 0.13 | 10.32 | 0.73 | 0.5 |
| Hex | DD | 43 | 23 | 0 | 46 | 54 | D | A | 49 | 32 |
| Octal | 335 | 103 | 43 | 0 | 106 | 124 | 15 | 12 | 111 | 62 |
| Binary | 11011101 | 1000011 | 100011 | 0 | 1000110 | 1010100 | 1101 | 1010 | 1001001 | 110010 |
Color Harmonies of #DD4323
Complementary color
Monochromatic Colors of #DD4323
Black with #DD4323
Text Example
Text Example
White with #DD4323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4323; }
p { color: rgb(221,67,35); }
H1.HeaderClassName
{
color: #DD4323;
}
.AnyTagClassName
{
color: #DD4323;
}
</style>
background-color css
<style>
a { background-color: #DD4323; }
a { background-color: rgb(221,67,35); }
div.DivClassName
{
background-color: #DD4323;
}
.BgClassName
{
background-color: #DD4323;
}
</style>
border-color css
<style>
span { border-color: #DD4323; }
span { border-color: rgb(221,67,35); }
td.TdClassName
{
border-color: #DD4323;
}
.TagClassName
{
border-color: #DD4323;
}
</style>