Shades of Crimson #D10035
Tints of Crimson #D10035
RGB
CMYK
RGB Variations
Color information
#D10035 (or 0xD10035) is known color: Crimson. HEX triplet: D1, 00 and 35. RGB value is (209,0,53). Sum of RGB (Red+Green+Blue) = 209+0+53=262 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.77% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 209 - color contains mainly: red. Hex color #D10035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10035 is #2EFFCA. Grayscale: #444444. Windows color (decimal): -3080139 or 3473617. OLE color: 3473617.
HSL color Cylindrical-coordinate representation of color #D10035: hue angle of 344.78º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10035 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 53 | - |
| CMYK | 0 | 1 | 0.75 | 0.18 |
| HSL | 344.78º | 1% | 0.41% | - |
| HSV(B) | 344.78º | 1% | 0.82% | - |
| XYZ | 26.94 | 13.81 | 4.61 | - |
| YUV | 68.53 | 119.24 | 228.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 53 | 0 | 1 | 0.75 | 0.18 | 344.78 | 1 | 0.41 |
| Hex | D1 | 0 | 35 | 0 | 64 | 4B | 12 | 159 | 64 | 29 |
| Octal | 321 | 0 | 65 | 0 | 144 | 113 | 22 | 531 | 144 | 51 |
| Binary | 11010001 | 0 | 110101 | 0 | 1100100 | 1001011 | 10010 | 101011001 | 1100100 | 101001 |
Color Harmonies of #D10035
Complementary color
Monochromatic Colors of #D10035
Black with #D10035
Text Example
Text Example
White with #D10035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10035; }
p { color: rgb(209,0,53); }
H1.HeaderClassName
{
color: #D10035;
}
.AnyTagClassName
{
color: #D10035;
}
</style>
background-color css
<style>
a { background-color: #D10035; }
a { background-color: rgb(209,0,53); }
div.DivClassName
{
background-color: #D10035;
}
.BgClassName
{
background-color: #D10035;
}
</style>
border-color css
<style>
span { border-color: #D10035; }
span { border-color: rgb(209,0,53); }
td.TdClassName
{
border-color: #D10035;
}
.TagClassName
{
border-color: #D10035;
}
</style>