Shades of Crimson #DB203F
Tints of Crimson #DB203F
RGB
CMYK
RGB Variations
Color information
#DB203F (or 0xDB203F) is known color: Crimson. HEX triplet: DB, 20 and 3F. RGB value is (219,32,63). Sum of RGB (Red+Green+Blue) = 219+32+63=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB203F is #24DFC0. Grayscale: #5B5B5B. Windows color (decimal): -2416577 or 4137179. OLE color: 4137179.
HSL color Cylindrical-coordinate representation of color #DB203F: hue angle of 350.05º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB203F is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 63 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.14 |
| HSL | 350.05º | 0.75% | 0.49% | - |
| HSV(B) | 350.05º | 0.85% | 0.86% | - |
| XYZ | 30.63 | 16.45 | 6.26 | - |
| YUV | 91.45 | 111.95 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 63 | 0 | 0.85 | 0.71 | 0.14 | 350.05 | 0.75 | 0.49 |
| Hex | DB | 20 | 3F | 0 | 55 | 47 | E | 15E | 4B | 31 |
| Octal | 333 | 40 | 77 | 0 | 125 | 107 | 16 | 536 | 113 | 61 |
| Binary | 11011011 | 100000 | 111111 | 0 | 1010101 | 1000111 | 1110 | 101011110 | 1001011 | 110001 |
Color Harmonies of #DB203F
Complementary color
Monochromatic Colors of #DB203F
Black with #DB203F
Text Example
Text Example
White with #DB203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB203F; }
p { color: rgb(219,32,63); }
H1.HeaderClassName
{
color: #DB203F;
}
.AnyTagClassName
{
color: #DB203F;
}
</style>
background-color css
<style>
a { background-color: #DB203F; }
a { background-color: rgb(219,32,63); }
div.DivClassName
{
background-color: #DB203F;
}
.BgClassName
{
background-color: #DB203F;
}
</style>
border-color css
<style>
span { border-color: #DB203F; }
span { border-color: rgb(219,32,63); }
td.TdClassName
{
border-color: #DB203F;
}
.TagClassName
{
border-color: #DB203F;
}
</style>