Shades of Crimson #D01839
Tints of Crimson #D01839
RGB
CMYK
RGB Variations
Color information
#D01839 (or 0xD01839) is known color: Crimson. HEX triplet: D0, 18 and 39. RGB value is (208,24,57). Sum of RGB (Red+Green+Blue) = 208+24+57=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D01839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01839 is #2FE7C6. Grayscale: #525252. Windows color (decimal): -3139527 or 3741904. OLE color: 3741904.
HSL color Cylindrical-coordinate representation of color #D01839: hue angle of 349.24º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01839 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 57 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.18 |
| HSL | 349.24º | 0.79% | 0.45% | - |
| HSV(B) | 349.24º | 0.88% | 0.82% | - |
| XYZ | 27.08 | 14.36 | 5.22 | - |
| YUV | 82.78 | 113.46 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 57 | 0 | 0.88 | 0.73 | 0.18 | 349.24 | 0.79 | 0.45 |
| Hex | D0 | 18 | 39 | 0 | 58 | 49 | 12 | 15D | 4F | 2D |
| Octal | 320 | 30 | 71 | 0 | 130 | 111 | 22 | 535 | 117 | 55 |
| Binary | 11010000 | 11000 | 111001 | 0 | 1011000 | 1001001 | 10010 | 101011101 | 1001111 | 101101 |
Color Harmonies of #D01839
Complementary color
Monochromatic Colors of #D01839
Black with #D01839
Text Example
Text Example
White with #D01839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01839; }
p { color: rgb(208,24,57); }
H1.HeaderClassName
{
color: #D01839;
}
.AnyTagClassName
{
color: #D01839;
}
</style>
background-color css
<style>
a { background-color: #D01839; }
a { background-color: rgb(208,24,57); }
div.DivClassName
{
background-color: #D01839;
}
.BgClassName
{
background-color: #D01839;
}
</style>
border-color css
<style>
span { border-color: #D01839; }
span { border-color: rgb(208,24,57); }
td.TdClassName
{
border-color: #D01839;
}
.TagClassName
{
border-color: #D01839;
}
</style>