Shades of Crimson #D10335
Tints of Crimson #D10335
RGB
CMYK
RGB Variations
Color information
#D10335 (or 0xD10335) is known color: Crimson. HEX triplet: D1, 03 and 35. RGB value is (209,3,53). Sum of RGB (Red+Green+Blue) = 209+3+53=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D10335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10335 is #2EFCCA. Grayscale: #464646. Windows color (decimal): -3079371 or 3474385. OLE color: 3474385.
HSL color Cylindrical-coordinate representation of color #D10335: hue angle of 345.44º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10335 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 53 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.18 |
| HSL | 345.44º | 0.97% | 0.42% | - |
| HSV(B) | 345.44º | 0.99% | 0.82% | - |
| XYZ | 26.97 | 13.88 | 4.63 | - |
| YUV | 70.29 | 118.25 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 53 | 0 | 0.99 | 0.75 | 0.18 | 345.44 | 0.97 | 0.42 |
| Hex | D1 | 3 | 35 | 0 | 63 | 4B | 12 | 159 | 61 | 2A |
| Octal | 321 | 3 | 65 | 0 | 143 | 113 | 22 | 531 | 141 | 52 |
| Binary | 11010001 | 11 | 110101 | 0 | 1100011 | 1001011 | 10010 | 101011001 | 1100001 | 101010 |
Color Harmonies of #D10335
Complementary color
Monochromatic Colors of #D10335
Black with #D10335
Text Example
Text Example
White with #D10335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10335; }
p { color: rgb(209,3,53); }
H1.HeaderClassName
{
color: #D10335;
}
.AnyTagClassName
{
color: #D10335;
}
</style>
background-color css
<style>
a { background-color: #D10335; }
a { background-color: rgb(209,3,53); }
div.DivClassName
{
background-color: #D10335;
}
.BgClassName
{
background-color: #D10335;
}
</style>
border-color css
<style>
span { border-color: #D10335; }
span { border-color: rgb(209,3,53); }
td.TdClassName
{
border-color: #D10335;
}
.TagClassName
{
border-color: #D10335;
}
</style>