Shades of Crimson #D01748
Tints of Crimson #D01748
RGB
CMYK
RGB Variations
Color information
#D01748 (or 0xD01748) is known color: Crimson. HEX triplet: D0, 17 and 48. RGB value is (208,23,72). Sum of RGB (Red+Green+Blue) = 208+23+72=303 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.65% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 208 - color contains mainly: red. Hex color #D01748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01748 is #2FE8B7. Grayscale: #535353. Windows color (decimal): -3139768 or 4724688. OLE color: 4724688.
HSL color Cylindrical-coordinate representation of color #D01748: hue angle of 344.11º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01748 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 72 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.18 |
| HSL | 344.11º | 0.8% | 0.45% | - |
| HSV(B) | 344.11º | 0.89% | 0.82% | - |
| XYZ | 27.49 | 14.49 | 7.48 | - |
| YUV | 83.9 | 121.29 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 72 | 0 | 0.89 | 0.65 | 0.18 | 344.11 | 0.8 | 0.45 |
| Hex | D0 | 17 | 48 | 0 | 59 | 41 | 12 | 158 | 50 | 2D |
| Octal | 320 | 27 | 110 | 0 | 131 | 101 | 22 | 530 | 120 | 55 |
| Binary | 11010000 | 10111 | 1001000 | 0 | 1011001 | 1000001 | 10010 | 101011000 | 1010000 | 101101 |
Color Harmonies of #D01748
Complementary color
Monochromatic Colors of #D01748
Black with #D01748
Text Example
Text Example
White with #D01748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01748; }
p { color: rgb(208,23,72); }
H1.HeaderClassName
{
color: #D01748;
}
.AnyTagClassName
{
color: #D01748;
}
</style>
background-color css
<style>
a { background-color: #D01748; }
a { background-color: rgb(208,23,72); }
div.DivClassName
{
background-color: #D01748;
}
.BgClassName
{
background-color: #D01748;
}
</style>
border-color css
<style>
span { border-color: #D01748; }
span { border-color: rgb(208,23,72); }
td.TdClassName
{
border-color: #D01748;
}
.TagClassName
{
border-color: #D01748;
}
</style>