Shades of Cinnabar #DD3628
Tints of Cinnabar #DD3628
RGB
CMYK
RGB Variations
Color information
#DD3628 (or 0xDD3628) is known color: Cinnabar. HEX triplet: DD, 36 and 28. RGB value is (221,54,40). Sum of RGB (Red+Green+Blue) = 221+54+40=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3628 is #22C9D7. Grayscale: #666666. Windows color (decimal): -2279896 or 2635485. OLE color: 2635485.
HSL color Cylindrical-coordinate representation of color #DD3628: hue angle of 4.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 #DD3628 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 40 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.13 |
| HSL | 4.64º | 0.73% | 0.51% | - |
| HSV(B) | 4.64º | 0.82% | 0.87% | - |
| XYZ | 31.52 | 18.16 | 3.85 | - |
| YUV | 102.34 | 92.83 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 40 | 0 | 0.76 | 0.82 | 0.13 | 4.64 | 0.73 | 0.51 |
| Hex | DD | 36 | 28 | 0 | 4C | 52 | D | 5 | 49 | 33 |
| Octal | 335 | 66 | 50 | 0 | 114 | 122 | 15 | 5 | 111 | 63 |
| Binary | 11011101 | 110110 | 101000 | 0 | 1001100 | 1010010 | 1101 | 101 | 1001001 | 110011 |
Color Harmonies of #DD3628
Complementary color
Monochromatic Colors of #DD3628
Black with #DD3628
Text Example
Text Example
White with #DD3628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3628; }
p { color: rgb(221,54,40); }
H1.HeaderClassName
{
color: #DD3628;
}
.AnyTagClassName
{
color: #DD3628;
}
</style>
background-color css
<style>
a { background-color: #DD3628; }
a { background-color: rgb(221,54,40); }
div.DivClassName
{
background-color: #DD3628;
}
.BgClassName
{
background-color: #DD3628;
}
</style>
border-color css
<style>
span { border-color: #DD3628; }
span { border-color: rgb(221,54,40); }
td.TdClassName
{
border-color: #DD3628;
}
.TagClassName
{
border-color: #DD3628;
}
</style>