Shades of Crimson #D01738
Tints of Crimson #D01738
RGB
CMYK
RGB Variations
Color information
#D01738 (or 0xD01738) is known color: Crimson. HEX triplet: D0, 17 and 38. RGB value is (208,23,56). Sum of RGB (Red+Green+Blue) = 208+23+56=287 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.47% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 208 - color contains mainly: red. Hex color #D01738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01738 is #2FE8C7. Grayscale: #525252. Windows color (decimal): -3139784 or 3676112. OLE color: 3676112.
HSL color Cylindrical-coordinate representation of color #D01738: hue angle of 349.3º 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 #D01738 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 56 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.18 |
| HSL | 349.3º | 0.8% | 0.45% | - |
| HSV(B) | 349.3º | 0.89% | 0.82% | - |
| XYZ | 27.03 | 14.31 | 5.08 | - |
| YUV | 82.08 | 113.29 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 56 | 0 | 0.89 | 0.73 | 0.18 | 349.3 | 0.8 | 0.45 |
| Hex | D0 | 17 | 38 | 0 | 59 | 49 | 12 | 15D | 50 | 2D |
| Octal | 320 | 27 | 70 | 0 | 131 | 111 | 22 | 535 | 120 | 55 |
| Binary | 11010000 | 10111 | 111000 | 0 | 1011001 | 1001001 | 10010 | 101011101 | 1010000 | 101101 |
Color Harmonies of #D01738
Complementary color
Monochromatic Colors of #D01738
Black with #D01738
Text Example
Text Example
White with #D01738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01738; }
p { color: rgb(208,23,56); }
H1.HeaderClassName
{
color: #D01738;
}
.AnyTagClassName
{
color: #D01738;
}
</style>
background-color css
<style>
a { background-color: #D01738; }
a { background-color: rgb(208,23,56); }
div.DivClassName
{
background-color: #D01738;
}
.BgClassName
{
background-color: #D01738;
}
</style>
border-color css
<style>
span { border-color: #D01738; }
span { border-color: rgb(208,23,56); }
td.TdClassName
{
border-color: #D01738;
}
.TagClassName
{
border-color: #D01738;
}
</style>