Shades of Cinnabar #DD3523
Tints of Cinnabar #DD3523
RGB
CMYK
RGB Variations
Color information
#DD3523 (or 0xDD3523) is known color: Cinnabar. HEX triplet: DD, 35 and 23. RGB value is (221,53,35). Sum of RGB (Red+Green+Blue) = 221+53+35=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3523 is #22CADC. Grayscale: #656565. Windows color (decimal): -2280157 or 2307549. OLE color: 2307549.
HSL color Cylindrical-coordinate representation of color #DD3523: hue angle of 5.81º 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 #DD3523 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 35 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.13 |
| HSL | 5.81º | 0.73% | 0.5% | - |
| HSV(B) | 5.81º | 0.84% | 0.87% | - |
| XYZ | 31.4 | 18.04 | 3.42 | - |
| YUV | 101.18 | 90.66 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 35 | 0 | 0.76 | 0.84 | 0.13 | 5.81 | 0.73 | 0.5 |
| Hex | DD | 35 | 23 | 0 | 4C | 54 | D | 6 | 49 | 32 |
| Octal | 335 | 65 | 43 | 0 | 114 | 124 | 15 | 6 | 111 | 62 |
| Binary | 11011101 | 110101 | 100011 | 0 | 1001100 | 1010100 | 1101 | 110 | 1001001 | 110010 |
Color Harmonies of #DD3523
Complementary color
Monochromatic Colors of #DD3523
Black with #DD3523
Text Example
Text Example
White with #DD3523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3523; }
p { color: rgb(221,53,35); }
H1.HeaderClassName
{
color: #DD3523;
}
.AnyTagClassName
{
color: #DD3523;
}
</style>
background-color css
<style>
a { background-color: #DD3523; }
a { background-color: rgb(221,53,35); }
div.DivClassName
{
background-color: #DD3523;
}
.BgClassName
{
background-color: #DD3523;
}
</style>
border-color css
<style>
span { border-color: #DD3523; }
span { border-color: rgb(221,53,35); }
td.TdClassName
{
border-color: #DD3523;
}
.TagClassName
{
border-color: #DD3523;
}
</style>