Shades of Cinnabar #DD4E25
Tints of Cinnabar #DD4E25
RGB
CMYK
RGB Variations
Color information
#DD4E25 (or 0xDD4E25) is known color: Cinnabar. HEX triplet: DD, 4E and 25. RGB value is (221,78,37). Sum of RGB (Red+Green+Blue) = 221+78+37=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E25 is #22B1DA. Grayscale: #747474. Windows color (decimal): -2273755 or 2445021. OLE color: 2445021.
HSL color Cylindrical-coordinate representation of color #DD4E25: hue angle of 13.37º 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 #DD4E25 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 37 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.13 |
| HSL | 13.37º | 0.73% | 0.51% | - |
| HSV(B) | 13.37º | 0.83% | 0.87% | - |
| XYZ | 32.88 | 20.95 | 4.06 | - |
| YUV | 116.08 | 83.38 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 37 | 0 | 0.65 | 0.83 | 0.13 | 13.37 | 0.73 | 0.51 |
| Hex | DD | 4E | 25 | 0 | 41 | 53 | D | D | 49 | 33 |
| Octal | 335 | 116 | 45 | 0 | 101 | 123 | 15 | 15 | 111 | 63 |
| Binary | 11011101 | 1001110 | 100101 | 0 | 1000001 | 1010011 | 1101 | 1101 | 1001001 | 110011 |
Color Harmonies of #DD4E25
Complementary color
Monochromatic Colors of #DD4E25
Black with #DD4E25
Text Example
Text Example
White with #DD4E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E25; }
p { color: rgb(221,78,37); }
H1.HeaderClassName
{
color: #DD4E25;
}
.AnyTagClassName
{
color: #DD4E25;
}
</style>
background-color css
<style>
a { background-color: #DD4E25; }
a { background-color: rgb(221,78,37); }
div.DivClassName
{
background-color: #DD4E25;
}
.BgClassName
{
background-color: #DD4E25;
}
</style>
border-color css
<style>
span { border-color: #DD4E25; }
span { border-color: rgb(221,78,37); }
td.TdClassName
{
border-color: #DD4E25;
}
.TagClassName
{
border-color: #DD4E25;
}
</style>