Shades of Cinnabar #DD391F
Tints of Cinnabar #DD391F
RGB
CMYK
RGB Variations
Color information
#DD391F (or 0xDD391F) is known color: Cinnabar. HEX triplet: DD, 39 and 1F. RGB value is (221,57,31). Sum of RGB (Red+Green+Blue) = 221+57+31=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD391F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD391F is #22C6E0. Grayscale: #676767. Windows color (decimal): -2279137 or 2046429. OLE color: 2046429.
HSL color Cylindrical-coordinate representation of color #DD391F: hue angle of 8.21º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD391F is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 31 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.13 |
| HSL | 8.21º | 0.75% | 0.49% | - |
| HSV(B) | 8.21º | 0.86% | 0.87% | - |
| XYZ | 31.53 | 18.4 | 3.19 | - |
| YUV | 103.07 | 87.33 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 31 | 0 | 0.74 | 0.86 | 0.13 | 8.21 | 0.75 | 0.49 |
| Hex | DD | 39 | 1F | 0 | 4A | 56 | D | 8 | 4B | 31 |
| Octal | 335 | 71 | 37 | 0 | 112 | 126 | 15 | 10 | 113 | 61 |
| Binary | 11011101 | 111001 | 11111 | 0 | 1001010 | 1010110 | 1101 | 1000 | 1001011 | 110001 |
Color Harmonies of #DD391F
Complementary color
Monochromatic Colors of #DD391F
Black with #DD391F
Text Example
Text Example
White with #DD391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD391F; }
p { color: rgb(221,57,31); }
H1.HeaderClassName
{
color: #DD391F;
}
.AnyTagClassName
{
color: #DD391F;
}
</style>
background-color css
<style>
a { background-color: #DD391F; }
a { background-color: rgb(221,57,31); }
div.DivClassName
{
background-color: #DD391F;
}
.BgClassName
{
background-color: #DD391F;
}
</style>
border-color css
<style>
span { border-color: #DD391F; }
span { border-color: rgb(221,57,31); }
td.TdClassName
{
border-color: #DD391F;
}
.TagClassName
{
border-color: #DD391F;
}
</style>