Shades of Cinnabar #DD4F25
Tints of Cinnabar #DD4F25
RGB
CMYK
RGB Variations
Color information
#DD4F25 (or 0xDD4F25) is known color: Cinnabar. HEX triplet: DD, 4F and 25. RGB value is (221,79,37). Sum of RGB (Red+Green+Blue) = 221+79+37=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4F25 is #22B0DA. Grayscale: #747474. Windows color (decimal): -2273499 or 2445277. OLE color: 2445277.
HSL color Cylindrical-coordinate representation of color #DD4F25: hue angle of 13.7º 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 #DD4F25 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 37 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.13 |
| HSL | 13.7º | 0.73% | 0.51% | - |
| HSV(B) | 13.7º | 0.83% | 0.87% | - |
| XYZ | 32.95 | 21.1 | 4.09 | - |
| YUV | 116.67 | 83.04 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 37 | 0 | 0.64 | 0.83 | 0.13 | 13.7 | 0.73 | 0.51 |
| Hex | DD | 4F | 25 | 0 | 40 | 53 | D | E | 49 | 33 |
| Octal | 335 | 117 | 45 | 0 | 100 | 123 | 15 | 16 | 111 | 63 |
| Binary | 11011101 | 1001111 | 100101 | 0 | 1000000 | 1010011 | 1101 | 1110 | 1001001 | 110011 |
Color Harmonies of #DD4F25
Complementary color
Monochromatic Colors of #DD4F25
Black with #DD4F25
Text Example
Text Example
White with #DD4F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F25; }
p { color: rgb(221,79,37); }
H1.HeaderClassName
{
color: #DD4F25;
}
.AnyTagClassName
{
color: #DD4F25;
}
</style>
background-color css
<style>
a { background-color: #DD4F25; }
a { background-color: rgb(221,79,37); }
div.DivClassName
{
background-color: #DD4F25;
}
.BgClassName
{
background-color: #DD4F25;
}
</style>
border-color css
<style>
span { border-color: #DD4F25; }
span { border-color: rgb(221,79,37); }
td.TdClassName
{
border-color: #DD4F25;
}
.TagClassName
{
border-color: #DD4F25;
}
</style>