Shades of Cinnabar #DD3A25
Tints of Cinnabar #DD3A25
RGB
CMYK
RGB Variations
Color information
#DD3A25 (or 0xDD3A25) is known color: Cinnabar. HEX triplet: DD, 3A and 25. RGB value is (221,58,37). Sum of RGB (Red+Green+Blue) = 221+58+37=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A25 is #22C5DA. Grayscale: #686868. Windows color (decimal): -2278875 or 2439901. OLE color: 2439901.
HSL color Cylindrical-coordinate representation of color #DD3A25: hue angle of 6.85º 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 #DD3A25 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 37 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.13 |
| HSL | 6.85º | 0.73% | 0.51% | - |
| HSV(B) | 6.85º | 0.83% | 0.87% | - |
| XYZ | 31.67 | 18.53 | 3.66 | - |
| YUV | 104.34 | 90 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 37 | 0 | 0.74 | 0.83 | 0.13 | 6.85 | 0.73 | 0.51 |
| Hex | DD | 3A | 25 | 0 | 4A | 53 | D | 7 | 49 | 33 |
| Octal | 335 | 72 | 45 | 0 | 112 | 123 | 15 | 7 | 111 | 63 |
| Binary | 11011101 | 111010 | 100101 | 0 | 1001010 | 1010011 | 1101 | 111 | 1001001 | 110011 |
Color Harmonies of #DD3A25
Complementary color
Monochromatic Colors of #DD3A25
Black with #DD3A25
Text Example
Text Example
White with #DD3A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3A25; }
p { color: rgb(221,58,37); }
H1.HeaderClassName
{
color: #DD3A25;
}
.AnyTagClassName
{
color: #DD3A25;
}
</style>
background-color css
<style>
a { background-color: #DD3A25; }
a { background-color: rgb(221,58,37); }
div.DivClassName
{
background-color: #DD3A25;
}
.BgClassName
{
background-color: #DD3A25;
}
</style>
border-color css
<style>
span { border-color: #DD3A25; }
span { border-color: rgb(221,58,37); }
td.TdClassName
{
border-color: #DD3A25;
}
.TagClassName
{
border-color: #DD3A25;
}
</style>