Shades of Cinnabar #DD3225
Tints of Cinnabar #DD3225
RGB
CMYK
RGB Variations
Color information
#DD3225 (or 0xDD3225) is known color: Cinnabar. HEX triplet: DD, 32 and 25. RGB value is (221,50,37). Sum of RGB (Red+Green+Blue) = 221+50+37=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3225 is #22CDDA. Grayscale: #636363. Windows color (decimal): -2280923 or 2437853. OLE color: 2437853.
HSL color Cylindrical-coordinate representation of color #DD3225: hue angle of 4.24º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD3225 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 37 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.13 |
| HSL | 4.24º | 0.73% | 0.51% | - |
| HSV(B) | 4.24º | 0.83% | 0.87% | - |
| XYZ | 31.29 | 17.79 | 3.53 | - |
| YUV | 99.65 | 92.65 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 37 | 0 | 0.77 | 0.83 | 0.13 | 4.24 | 0.73 | 0.51 |
| Hex | DD | 32 | 25 | 0 | 4D | 53 | D | 4 | 49 | 33 |
| Octal | 335 | 62 | 45 | 0 | 115 | 123 | 15 | 4 | 111 | 63 |
| Binary | 11011101 | 110010 | 100101 | 0 | 1001101 | 1010011 | 1101 | 100 | 1001001 | 110011 |
Color Harmonies of #DD3225
Complementary color
Monochromatic Colors of #DD3225
Black with #DD3225
Text Example
Text Example
White with #DD3225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3225; }
p { color: rgb(221,50,37); }
H1.HeaderClassName
{
color: #DD3225;
}
.AnyTagClassName
{
color: #DD3225;
}
</style>
background-color css
<style>
a { background-color: #DD3225; }
a { background-color: rgb(221,50,37); }
div.DivClassName
{
background-color: #DD3225;
}
.BgClassName
{
background-color: #DD3225;
}
</style>
border-color css
<style>
span { border-color: #DD3225; }
span { border-color: rgb(221,50,37); }
td.TdClassName
{
border-color: #DD3225;
}
.TagClassName
{
border-color: #DD3225;
}
</style>