Shades of Crimson #D01944
Tints of Crimson #D01944
RGB
CMYK
RGB Variations
Color information
#D01944 (or 0xD01944) is known color: Crimson. HEX triplet: D0, 19 and 44. RGB value is (208,25,68). Sum of RGB (Red+Green+Blue) = 208+25+68=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D01944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01944 is #2FE6BB. Grayscale: #545454. Windows color (decimal): -3139260 or 4463056. OLE color: 4463056.
HSL color Cylindrical-coordinate representation of color #D01944: hue angle of 345.9º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01944 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 68 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.18 |
| HSL | 345.9º | 0.79% | 0.46% | - |
| HSV(B) | 345.9º | 0.88% | 0.82% | - |
| XYZ | 27.4 | 14.52 | 6.83 | - |
| YUV | 84.62 | 118.63 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 68 | 0 | 0.88 | 0.67 | 0.18 | 345.9 | 0.79 | 0.46 |
| Hex | D0 | 19 | 44 | 0 | 58 | 43 | 12 | 15A | 4F | 2E |
| Octal | 320 | 31 | 104 | 0 | 130 | 103 | 22 | 532 | 117 | 56 |
| Binary | 11010000 | 11001 | 1000100 | 0 | 1011000 | 1000011 | 10010 | 101011010 | 1001111 | 101110 |
Color Harmonies of #D01944
Complementary color
Monochromatic Colors of #D01944
Black with #D01944
Text Example
Text Example
White with #D01944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01944; }
p { color: rgb(208,25,68); }
H1.HeaderClassName
{
color: #D01944;
}
.AnyTagClassName
{
color: #D01944;
}
</style>
background-color css
<style>
a { background-color: #D01944; }
a { background-color: rgb(208,25,68); }
div.DivClassName
{
background-color: #D01944;
}
.BgClassName
{
background-color: #D01944;
}
</style>
border-color css
<style>
span { border-color: #D01944; }
span { border-color: rgb(208,25,68); }
td.TdClassName
{
border-color: #D01944;
}
.TagClassName
{
border-color: #D01944;
}
</style>