Shades of Crimson #D01144
Tints of Crimson #D01144
RGB
CMYK
RGB Variations
Color information
#D01144 (or 0xD01144) is known color: Crimson. HEX triplet: D0, 11 and 44. RGB value is (208,17,68). Sum of RGB (Red+Green+Blue) = 208+17+68=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D01144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01144 is #2FEEBB. Grayscale: #4F4F4F. Windows color (decimal): -3141308 or 4461008. OLE color: 4461008.
HSL color Cylindrical-coordinate representation of color #D01144: hue angle of 343.98º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01144 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 68 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.18 |
| HSL | 343.98º | 0.85% | 0.44% | - |
| HSV(B) | 343.98º | 0.92% | 0.82% | - |
| XYZ | 27.26 | 14.23 | 6.78 | - |
| YUV | 79.92 | 121.28 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 68 | 0 | 0.92 | 0.67 | 0.18 | 343.98 | 0.85 | 0.44 |
| Hex | D0 | 11 | 44 | 0 | 5C | 43 | 12 | 158 | 55 | 2C |
| Octal | 320 | 21 | 104 | 0 | 134 | 103 | 22 | 530 | 125 | 54 |
| Binary | 11010000 | 10001 | 1000100 | 0 | 1011100 | 1000011 | 10010 | 101011000 | 1010101 | 101100 |
Color Harmonies of #D01144
Complementary color
Monochromatic Colors of #D01144
Black with #D01144
Text Example
Text Example
White with #D01144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01144; }
p { color: rgb(208,17,68); }
H1.HeaderClassName
{
color: #D01144;
}
.AnyTagClassName
{
color: #D01144;
}
</style>
background-color css
<style>
a { background-color: #D01144; }
a { background-color: rgb(208,17,68); }
div.DivClassName
{
background-color: #D01144;
}
.BgClassName
{
background-color: #D01144;
}
</style>
border-color css
<style>
span { border-color: #D01144; }
span { border-color: rgb(208,17,68); }
td.TdClassName
{
border-color: #D01144;
}
.TagClassName
{
border-color: #D01144;
}
</style>