Shades of Crimson #D01735
Tints of Crimson #D01735
RGB
CMYK
RGB Variations
Color information
#D01735 (or 0xD01735) is known color: Crimson. HEX triplet: D0, 17 and 35. RGB value is (208,23,53). Sum of RGB (Red+Green+Blue) = 208+23+53=284 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.24% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 208 - color contains mainly: red. Hex color #D01735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01735 is #2FE8CA. Grayscale: #515151. Windows color (decimal): -3139787 or 3479504. OLE color: 3479504.
HSL color Cylindrical-coordinate representation of color #D01735: hue angle of 350.27º 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 #D01735 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 53 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.18 |
| HSL | 350.27º | 0.8% | 0.45% | - |
| HSV(B) | 350.27º | 0.89% | 0.82% | - |
| XYZ | 26.96 | 14.28 | 4.7 | - |
| YUV | 81.74 | 111.79 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 53 | 0 | 0.89 | 0.75 | 0.18 | 350.27 | 0.8 | 0.45 |
| Hex | D0 | 17 | 35 | 0 | 59 | 4B | 12 | 15E | 50 | 2D |
| Octal | 320 | 27 | 65 | 0 | 131 | 113 | 22 | 536 | 120 | 55 |
| Binary | 11010000 | 10111 | 110101 | 0 | 1011001 | 1001011 | 10010 | 101011110 | 1010000 | 101101 |
Color Harmonies of #D01735
Complementary color
Monochromatic Colors of #D01735
Black with #D01735
Text Example
Text Example
White with #D01735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01735; }
p { color: rgb(208,23,53); }
H1.HeaderClassName
{
color: #D01735;
}
.AnyTagClassName
{
color: #D01735;
}
</style>
background-color css
<style>
a { background-color: #D01735; }
a { background-color: rgb(208,23,53); }
div.DivClassName
{
background-color: #D01735;
}
.BgClassName
{
background-color: #D01735;
}
</style>
border-color css
<style>
span { border-color: #D01735; }
span { border-color: rgb(208,23,53); }
td.TdClassName
{
border-color: #D01735;
}
.TagClassName
{
border-color: #D01735;
}
</style>