Shades of Crimson #DB213F
Tints of Crimson #DB213F
RGB
CMYK
RGB Variations
Color information
#DB213F (or 0xDB213F) is known color: Crimson. HEX triplet: DB, 21 and 3F. RGB value is (219,33,63). Sum of RGB (Red+Green+Blue) = 219+33+63=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB213F is #24DEC0. Grayscale: #5C5C5C. Windows color (decimal): -2416321 or 4137435. OLE color: 4137435.
HSL color Cylindrical-coordinate representation of color #DB213F: hue angle of 350.32º degrees, saturation: 0.74, 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 #DB213F is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 63 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.14 |
| HSL | 350.32º | 0.74% | 0.49% | - |
| HSV(B) | 350.32º | 0.85% | 0.86% | - |
| XYZ | 30.65 | 16.51 | 6.27 | - |
| YUV | 92.03 | 111.62 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 63 | 0 | 0.85 | 0.71 | 0.14 | 350.32 | 0.74 | 0.49 |
| Hex | DB | 21 | 3F | 0 | 55 | 47 | E | 15E | 4A | 31 |
| Octal | 333 | 41 | 77 | 0 | 125 | 107 | 16 | 536 | 112 | 61 |
| Binary | 11011011 | 100001 | 111111 | 0 | 1010101 | 1000111 | 1110 | 101011110 | 1001010 | 110001 |
Color Harmonies of #DB213F
Complementary color
Monochromatic Colors of #DB213F
Black with #DB213F
Text Example
Text Example
White with #DB213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB213F; }
p { color: rgb(219,33,63); }
H1.HeaderClassName
{
color: #DB213F;
}
.AnyTagClassName
{
color: #DB213F;
}
</style>
background-color css
<style>
a { background-color: #DB213F; }
a { background-color: rgb(219,33,63); }
div.DivClassName
{
background-color: #DB213F;
}
.BgClassName
{
background-color: #DB213F;
}
</style>
border-color css
<style>
span { border-color: #DB213F; }
span { border-color: rgb(219,33,63); }
td.TdClassName
{
border-color: #DB213F;
}
.TagClassName
{
border-color: #DB213F;
}
</style>