Shades of Cinnabar #DD3928
Tints of Cinnabar #DD3928
RGB
CMYK
RGB Variations
Color information
#DD3928 (or 0xDD3928) is known color: Cinnabar. HEX triplet: DD, 39 and 28. RGB value is (221,57,40). Sum of RGB (Red+Green+Blue) = 221+57+40=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3928 is #22C6D7. Grayscale: #686868. Windows color (decimal): -2279128 or 2636253. OLE color: 2636253.
HSL color Cylindrical-coordinate representation of color #DD3928: hue angle of 5.64º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD3928 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 40 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.13 |
| HSL | 5.64º | 0.73% | 0.51% | - |
| HSV(B) | 5.64º | 0.82% | 0.87% | - |
| XYZ | 31.66 | 18.45 | 3.9 | - |
| YUV | 104.1 | 91.83 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 40 | 0 | 0.74 | 0.82 | 0.13 | 5.64 | 0.73 | 0.51 |
| Hex | DD | 39 | 28 | 0 | 4A | 52 | D | 6 | 49 | 33 |
| Octal | 335 | 71 | 50 | 0 | 112 | 122 | 15 | 6 | 111 | 63 |
| Binary | 11011101 | 111001 | 101000 | 0 | 1001010 | 1010010 | 1101 | 110 | 1001001 | 110011 |
Color Harmonies of #DD3928
Complementary color
Monochromatic Colors of #DD3928
Black with #DD3928
Text Example
Text Example
White with #DD3928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3928; }
p { color: rgb(221,57,40); }
H1.HeaderClassName
{
color: #DD3928;
}
.AnyTagClassName
{
color: #DD3928;
}
</style>
background-color css
<style>
a { background-color: #DD3928; }
a { background-color: rgb(221,57,40); }
div.DivClassName
{
background-color: #DD3928;
}
.BgClassName
{
background-color: #DD3928;
}
</style>
border-color css
<style>
span { border-color: #DD3928; }
span { border-color: rgb(221,57,40); }
td.TdClassName
{
border-color: #DD3928;
}
.TagClassName
{
border-color: #DD3928;
}
</style>