Shades of Crimson #DB0335
Tints of Crimson #DB0335
RGB
CMYK
RGB Variations
Color information
#DB0335 (or 0xDB0335) is known color: Crimson. HEX triplet: DB, 03 and 35. RGB value is (219,3,53). Sum of RGB (Red+Green+Blue) = 219+3+53=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0335 is #24FCCA. Grayscale: #494949. Windows color (decimal): -2424011 or 3474395. OLE color: 3474395.
HSL color Cylindrical-coordinate representation of color #DB0335: hue angle of 346.11º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0335 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 53 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.14 |
| HSL | 346.11º | 0.97% | 0.44% | - |
| HSV(B) | 346.11º | 0.99% | 0.86% | - |
| XYZ | 29.89 | 15.38 | 4.76 | - |
| YUV | 73.28 | 116.56 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 53 | 0 | 0.99 | 0.76 | 0.14 | 346.11 | 0.97 | 0.44 |
| Hex | DB | 3 | 35 | 0 | 63 | 4C | E | 15A | 61 | 2C |
| Octal | 333 | 3 | 65 | 0 | 143 | 114 | 16 | 532 | 141 | 54 |
| Binary | 11011011 | 11 | 110101 | 0 | 1100011 | 1001100 | 1110 | 101011010 | 1100001 | 101100 |
Color Harmonies of #DB0335
Complementary color
Monochromatic Colors of #DB0335
Black with #DB0335
Text Example
Text Example
White with #DB0335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0335; }
p { color: rgb(219,3,53); }
H1.HeaderClassName
{
color: #DB0335;
}
.AnyTagClassName
{
color: #DB0335;
}
</style>
background-color css
<style>
a { background-color: #DB0335; }
a { background-color: rgb(219,3,53); }
div.DivClassName
{
background-color: #DB0335;
}
.BgClassName
{
background-color: #DB0335;
}
</style>
border-color css
<style>
span { border-color: #DB0335; }
span { border-color: rgb(219,3,53); }
td.TdClassName
{
border-color: #DB0335;
}
.TagClassName
{
border-color: #DB0335;
}
</style>