Shades of Cinnabar #DD3925
Tints of Cinnabar #DD3925
RGB
CMYK
RGB Variations
Color information
#DD3925 (or 0xDD3925) is known color: Cinnabar. HEX triplet: DD, 39 and 25. RGB value is (221,57,37). Sum of RGB (Red+Green+Blue) = 221+57+37=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3925 is #22C6DA. Grayscale: #686868. Windows color (decimal): -2279131 or 2439645. OLE color: 2439645.
HSL color Cylindrical-coordinate representation of color #DD3925: hue angle of 6.52º 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 #DD3925 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 37 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.13 |
| HSL | 6.52º | 0.73% | 0.51% | - |
| HSV(B) | 6.52º | 0.83% | 0.87% | - |
| XYZ | 31.62 | 18.43 | 3.64 | - |
| YUV | 103.76 | 90.33 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 37 | 0 | 0.74 | 0.83 | 0.13 | 6.52 | 0.73 | 0.51 |
| Hex | DD | 39 | 25 | 0 | 4A | 53 | D | 7 | 49 | 33 |
| Octal | 335 | 71 | 45 | 0 | 112 | 123 | 15 | 7 | 111 | 63 |
| Binary | 11011101 | 111001 | 100101 | 0 | 1001010 | 1010011 | 1101 | 111 | 1001001 | 110011 |
Color Harmonies of #DD3925
Complementary color
Monochromatic Colors of #DD3925
Black with #DD3925
Text Example
Text Example
White with #DD3925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3925; }
p { color: rgb(221,57,37); }
H1.HeaderClassName
{
color: #DD3925;
}
.AnyTagClassName
{
color: #DD3925;
}
</style>
background-color css
<style>
a { background-color: #DD3925; }
a { background-color: rgb(221,57,37); }
div.DivClassName
{
background-color: #DD3925;
}
.BgClassName
{
background-color: #DD3925;
}
</style>
border-color css
<style>
span { border-color: #DD3925; }
span { border-color: rgb(221,57,37); }
td.TdClassName
{
border-color: #DD3925;
}
.TagClassName
{
border-color: #DD3925;
}
</style>