Shades of Cinnabar #DD3F26
Tints of Cinnabar #DD3F26
RGB
CMYK
RGB Variations
Color information
#DD3F26 (or 0xDD3F26) is known color: Cinnabar. HEX triplet: DD, 3F and 26. RGB value is (221,63,38). Sum of RGB (Red+Green+Blue) = 221+63+38=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F26 is #22C0D9. Grayscale: #6B6B6B. Windows color (decimal): -2277594 or 2506717. OLE color: 2506717.
HSL color Cylindrical-coordinate representation of color #DD3F26: hue angle of 8.2º 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 #DD3F26 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 38 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.13 |
| HSL | 8.2º | 0.73% | 0.51% | - |
| HSV(B) | 8.2º | 0.83% | 0.87% | - |
| XYZ | 31.95 | 19.07 | 3.83 | - |
| YUV | 107.39 | 88.85 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 38 | 0 | 0.71 | 0.83 | 0.13 | 8.2 | 0.73 | 0.51 |
| Hex | DD | 3F | 26 | 0 | 47 | 53 | D | 8 | 49 | 33 |
| Octal | 335 | 77 | 46 | 0 | 107 | 123 | 15 | 10 | 111 | 63 |
| Binary | 11011101 | 111111 | 100110 | 0 | 1000111 | 1010011 | 1101 | 1000 | 1001001 | 110011 |
Color Harmonies of #DD3F26
Complementary color
Monochromatic Colors of #DD3F26
Black with #DD3F26
Text Example
Text Example
White with #DD3F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F26; }
p { color: rgb(221,63,38); }
H1.HeaderClassName
{
color: #DD3F26;
}
.AnyTagClassName
{
color: #DD3F26;
}
</style>
background-color css
<style>
a { background-color: #DD3F26; }
a { background-color: rgb(221,63,38); }
div.DivClassName
{
background-color: #DD3F26;
}
.BgClassName
{
background-color: #DD3F26;
}
</style>
border-color css
<style>
span { border-color: #DD3F26; }
span { border-color: rgb(221,63,38); }
td.TdClassName
{
border-color: #DD3F26;
}
.TagClassName
{
border-color: #DD3F26;
}
</style>