Shades of Cinnabar #DD3E25
Tints of Cinnabar #DD3E25
RGB
CMYK
RGB Variations
Color information
#DD3E25 (or 0xDD3E25) is known color: Cinnabar. HEX triplet: DD, 3E and 25. RGB value is (221,62,37). Sum of RGB (Red+Green+Blue) = 221+62+37=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E25 is #22C1DA. Grayscale: #6A6A6A. Windows color (decimal): -2277851 or 2440925. OLE color: 2440925.
HSL color Cylindrical-coordinate representation of color #DD3E25: hue angle of 8.15º 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 #DD3E25 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 37 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.13 |
| HSL | 8.15º | 0.73% | 0.51% | - |
| HSV(B) | 8.15º | 0.83% | 0.87% | - |
| XYZ | 31.88 | 18.95 | 3.73 | - |
| YUV | 106.69 | 88.68 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 37 | 0 | 0.72 | 0.83 | 0.13 | 8.15 | 0.73 | 0.51 |
| Hex | DD | 3E | 25 | 0 | 48 | 53 | D | 8 | 49 | 33 |
| Octal | 335 | 76 | 45 | 0 | 110 | 123 | 15 | 10 | 111 | 63 |
| Binary | 11011101 | 111110 | 100101 | 0 | 1001000 | 1010011 | 1101 | 1000 | 1001001 | 110011 |
Color Harmonies of #DD3E25
Complementary color
Monochromatic Colors of #DD3E25
Black with #DD3E25
Text Example
Text Example
White with #DD3E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E25; }
p { color: rgb(221,62,37); }
H1.HeaderClassName
{
color: #DD3E25;
}
.AnyTagClassName
{
color: #DD3E25;
}
</style>
background-color css
<style>
a { background-color: #DD3E25; }
a { background-color: rgb(221,62,37); }
div.DivClassName
{
background-color: #DD3E25;
}
.BgClassName
{
background-color: #DD3E25;
}
</style>
border-color css
<style>
span { border-color: #DD3E25; }
span { border-color: rgb(221,62,37); }
td.TdClassName
{
border-color: #DD3E25;
}
.TagClassName
{
border-color: #DD3E25;
}
</style>