Shades of Crimson #DB0238
Tints of Crimson #DB0238
RGB
CMYK
RGB Variations
Color information
#DB0238 (or 0xDB0238) is known color: Crimson. HEX triplet: DB, 02 and 38. RGB value is (219,2,56). Sum of RGB (Red+Green+Blue) = 219+2+56=277 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.06% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0238 is #24FDC7. Grayscale: #494949. Windows color (decimal): -2424264 or 3670747. OLE color: 3670747.
HSL color Cylindrical-coordinate representation of color #DB0238: hue angle of 345.07º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0238 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 56 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.14 |
| HSL | 345.07º | 0.98% | 0.43% | - |
| HSV(B) | 345.07º | 0.99% | 0.86% | - |
| XYZ | 29.95 | 15.39 | 5.13 | - |
| YUV | 73.04 | 118.39 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 56 | 0 | 0.99 | 0.74 | 0.14 | 345.07 | 0.98 | 0.43 |
| Hex | DB | 2 | 38 | 0 | 63 | 4A | E | 159 | 62 | 2B |
| Octal | 333 | 2 | 70 | 0 | 143 | 112 | 16 | 531 | 142 | 53 |
| Binary | 11011011 | 10 | 111000 | 0 | 1100011 | 1001010 | 1110 | 101011001 | 1100010 | 101011 |
Color Harmonies of #DB0238
Complementary color
Monochromatic Colors of #DB0238
Black with #DB0238
Text Example
Text Example
White with #DB0238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0238; }
p { color: rgb(219,2,56); }
H1.HeaderClassName
{
color: #DB0238;
}
.AnyTagClassName
{
color: #DB0238;
}
</style>
background-color css
<style>
a { background-color: #DB0238; }
a { background-color: rgb(219,2,56); }
div.DivClassName
{
background-color: #DB0238;
}
.BgClassName
{
background-color: #DB0238;
}
</style>
border-color css
<style>
span { border-color: #DB0238; }
span { border-color: rgb(219,2,56); }
td.TdClassName
{
border-color: #DB0238;
}
.TagClassName
{
border-color: #DB0238;
}
</style>