Shades of Cinnabar #DD3C25
Tints of Cinnabar #DD3C25
RGB
CMYK
RGB Variations
Color information
#DD3C25 (or 0xDD3C25) is known color: Cinnabar. HEX triplet: DD, 3C and 25. RGB value is (221,60,37). Sum of RGB (Red+Green+Blue) = 221+60+37=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C25 is #22C3DA. Grayscale: #696969. Windows color (decimal): -2278363 or 2440413. OLE color: 2440413.
HSL color Cylindrical-coordinate representation of color #DD3C25: hue angle of 7.5º 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 #DD3C25 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 37 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.13 |
| HSL | 7.5º | 0.73% | 0.51% | - |
| HSV(B) | 7.5º | 0.83% | 0.87% | - |
| XYZ | 31.77 | 18.74 | 3.69 | - |
| YUV | 105.52 | 89.34 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 37 | 0 | 0.73 | 0.83 | 0.13 | 7.5 | 0.73 | 0.51 |
| Hex | DD | 3C | 25 | 0 | 49 | 53 | D | 8 | 49 | 33 |
| Octal | 335 | 74 | 45 | 0 | 111 | 123 | 15 | 10 | 111 | 63 |
| Binary | 11011101 | 111100 | 100101 | 0 | 1001001 | 1010011 | 1101 | 1000 | 1001001 | 110011 |
Color Harmonies of #DD3C25
Complementary color
Monochromatic Colors of #DD3C25
Black with #DD3C25
Text Example
Text Example
White with #DD3C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3C25; }
p { color: rgb(221,60,37); }
H1.HeaderClassName
{
color: #DD3C25;
}
.AnyTagClassName
{
color: #DD3C25;
}
</style>
background-color css
<style>
a { background-color: #DD3C25; }
a { background-color: rgb(221,60,37); }
div.DivClassName
{
background-color: #DD3C25;
}
.BgClassName
{
background-color: #DD3C25;
}
</style>
border-color css
<style>
span { border-color: #DD3C25; }
span { border-color: rgb(221,60,37); }
td.TdClassName
{
border-color: #DD3C25;
}
.TagClassName
{
border-color: #DD3C25;
}
</style>