Shades of Cinnabar #DD3426
Tints of Cinnabar #DD3426
RGB
CMYK
RGB Variations
Color information
#DD3426 (or 0xDD3426) is known color: Cinnabar. HEX triplet: DD, 34 and 26. RGB value is (221,52,38). Sum of RGB (Red+Green+Blue) = 221+52+38=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3426 is #22CBD9. Grayscale: #656565. Windows color (decimal): -2280410 or 2503901. OLE color: 2503901.
HSL color Cylindrical-coordinate representation of color #DD3426: hue angle of 4.59º 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 #DD3426 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 38 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.13 |
| HSL | 4.59º | 0.73% | 0.51% | - |
| HSV(B) | 4.59º | 0.83% | 0.87% | - |
| XYZ | 31.4 | 17.97 | 3.65 | - |
| YUV | 100.94 | 92.49 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 38 | 0 | 0.76 | 0.83 | 0.13 | 4.59 | 0.73 | 0.51 |
| Hex | DD | 34 | 26 | 0 | 4C | 53 | D | 5 | 49 | 33 |
| Octal | 335 | 64 | 46 | 0 | 114 | 123 | 15 | 5 | 111 | 63 |
| Binary | 11011101 | 110100 | 100110 | 0 | 1001100 | 1010011 | 1101 | 101 | 1001001 | 110011 |
Color Harmonies of #DD3426
Complementary color
Monochromatic Colors of #DD3426
Black with #DD3426
Text Example
Text Example
White with #DD3426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3426; }
p { color: rgb(221,52,38); }
H1.HeaderClassName
{
color: #DD3426;
}
.AnyTagClassName
{
color: #DD3426;
}
</style>
background-color css
<style>
a { background-color: #DD3426; }
a { background-color: rgb(221,52,38); }
div.DivClassName
{
background-color: #DD3426;
}
.BgClassName
{
background-color: #DD3426;
}
</style>
border-color css
<style>
span { border-color: #DD3426; }
span { border-color: rgb(221,52,38); }
td.TdClassName
{
border-color: #DD3426;
}
.TagClassName
{
border-color: #DD3426;
}
</style>