Shades of Crimson #DB203C
Tints of Crimson #DB203C
RGB
CMYK
RGB Variations
Color information
#DB203C (or 0xDB203C) is known color: Crimson. HEX triplet: DB, 20 and 3C. RGB value is (219,32,60). Sum of RGB (Red+Green+Blue) = 219+32+60=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB203C is #24DFC3. Grayscale: #5B5B5B. Windows color (decimal): -2416580 or 3940571. OLE color: 3940571.
HSL color Cylindrical-coordinate representation of color #DB203C: hue angle of 351.02º 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 #DB203C is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 60 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.14 |
| HSL | 351.02º | 0.75% | 0.49% | - |
| HSV(B) | 351.02º | 0.85% | 0.86% | - |
| XYZ | 30.55 | 16.42 | 5.83 | - |
| YUV | 91.11 | 110.45 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 60 | 0 | 0.85 | 0.73 | 0.14 | 351.02 | 0.75 | 0.49 |
| Hex | DB | 20 | 3C | 0 | 55 | 49 | E | 15F | 4B | 31 |
| Octal | 333 | 40 | 74 | 0 | 125 | 111 | 16 | 537 | 113 | 61 |
| Binary | 11011011 | 100000 | 111100 | 0 | 1010101 | 1001001 | 1110 | 101011111 | 1001011 | 110001 |
Color Harmonies of #DB203C
Complementary color
Monochromatic Colors of #DB203C
Black with #DB203C
Text Example
Text Example
White with #DB203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB203C; }
p { color: rgb(219,32,60); }
H1.HeaderClassName
{
color: #DB203C;
}
.AnyTagClassName
{
color: #DB203C;
}
</style>
background-color css
<style>
a { background-color: #DB203C; }
a { background-color: rgb(219,32,60); }
div.DivClassName
{
background-color: #DB203C;
}
.BgClassName
{
background-color: #DB203C;
}
</style>
border-color css
<style>
span { border-color: #DB203C; }
span { border-color: rgb(219,32,60); }
td.TdClassName
{
border-color: #DB203C;
}
.TagClassName
{
border-color: #DB203C;
}
</style>