Shades of Cinnabar #DD3631
Tints of Cinnabar #DD3631
RGB
CMYK
RGB Variations
Color information
#DD3631 (or 0xDD3631) is known color: Cinnabar. HEX triplet: DD, 36 and 31. RGB value is (221,54,49). Sum of RGB (Red+Green+Blue) = 221+54+49=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3631 is #22C9CE. Grayscale: #676767. Windows color (decimal): -2279887 or 3225309. OLE color: 3225309.
HSL color Cylindrical-coordinate representation of color #DD3631: hue angle of 1.74º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3631 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 49 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.13 |
| HSL | 1.74º | 0.72% | 0.53% | - |
| HSV(B) | 1.74º | 0.78% | 0.87% | - |
| XYZ | 31.69 | 18.23 | 4.75 | - |
| YUV | 103.36 | 97.33 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 49 | 0 | 0.76 | 0.78 | 0.13 | 1.74 | 0.72 | 0.53 |
| Hex | DD | 36 | 31 | 0 | 4C | 4E | D | 2 | 48 | 35 |
| Octal | 335 | 66 | 61 | 0 | 114 | 116 | 15 | 2 | 110 | 65 |
| Binary | 11011101 | 110110 | 110001 | 0 | 1001100 | 1001110 | 1101 | 10 | 1001000 | 110101 |
Color Harmonies of #DD3631
Complementary color
Monochromatic Colors of #DD3631
Black with #DD3631
Text Example
Text Example
White with #DD3631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3631; }
p { color: rgb(221,54,49); }
H1.HeaderClassName
{
color: #DD3631;
}
.AnyTagClassName
{
color: #DD3631;
}
</style>
background-color css
<style>
a { background-color: #DD3631; }
a { background-color: rgb(221,54,49); }
div.DivClassName
{
background-color: #DD3631;
}
.BgClassName
{
background-color: #DD3631;
}
</style>
border-color css
<style>
span { border-color: #DD3631; }
span { border-color: rgb(221,54,49); }
td.TdClassName
{
border-color: #DD3631;
}
.TagClassName
{
border-color: #DD3631;
}
</style>