Shades of Crimson #D01844
Tints of Crimson #D01844
RGB
CMYK
RGB Variations
Color information
#D01844 (or 0xD01844) is known color: Crimson. HEX triplet: D0, 18 and 44. RGB value is (208,24,68). Sum of RGB (Red+Green+Blue) = 208+24+68=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D01844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01844 is #2FE7BB. Grayscale: #545454. Windows color (decimal): -3139516 or 4462800. OLE color: 4462800.
HSL color Cylindrical-coordinate representation of color #D01844: hue angle of 345.65º 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 #D01844 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 68 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.18 |
| HSL | 345.65º | 0.79% | 0.45% | - |
| HSV(B) | 345.65º | 0.88% | 0.82% | - |
| XYZ | 27.38 | 14.48 | 6.82 | - |
| YUV | 84.03 | 118.96 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 68 | 0 | 0.88 | 0.67 | 0.18 | 345.65 | 0.79 | 0.45 |
| Hex | D0 | 18 | 44 | 0 | 58 | 43 | 12 | 15A | 4F | 2D |
| Octal | 320 | 30 | 104 | 0 | 130 | 103 | 22 | 532 | 117 | 55 |
| Binary | 11010000 | 11000 | 1000100 | 0 | 1011000 | 1000011 | 10010 | 101011010 | 1001111 | 101101 |
Color Harmonies of #D01844
Complementary color
Monochromatic Colors of #D01844
Black with #D01844
Text Example
Text Example
White with #D01844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01844; }
p { color: rgb(208,24,68); }
H1.HeaderClassName
{
color: #D01844;
}
.AnyTagClassName
{
color: #D01844;
}
</style>
background-color css
<style>
a { background-color: #D01844; }
a { background-color: rgb(208,24,68); }
div.DivClassName
{
background-color: #D01844;
}
.BgClassName
{
background-color: #D01844;
}
</style>
border-color css
<style>
span { border-color: #D01844; }
span { border-color: rgb(208,24,68); }
td.TdClassName
{
border-color: #D01844;
}
.TagClassName
{
border-color: #D01844;
}
</style>