Shades of Crimson #D10835
Tints of Crimson #D10835
RGB
CMYK
RGB Variations
Color information
#D10835 (or 0xD10835) is known color: Crimson. HEX triplet: D1, 08 and 35. RGB value is (209,8,53). Sum of RGB (Red+Green+Blue) = 209+8+53=270 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.41% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 209 - color contains mainly: red. Hex color #D10835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10835 is #2EF7CA. Grayscale: #494949. Windows color (decimal): -3078091 or 3475665. OLE color: 3475665.
HSL color Cylindrical-coordinate representation of color #D10835: hue angle of 346.57º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10835 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 53 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.18 |
| HSL | 346.57º | 0.93% | 0.43% | - |
| HSV(B) | 346.57º | 0.96% | 0.82% | - |
| XYZ | 27.02 | 13.99 | 4.64 | - |
| YUV | 73.23 | 116.59 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 53 | 0 | 0.96 | 0.75 | 0.18 | 346.57 | 0.93 | 0.43 |
| Hex | D1 | 8 | 35 | 0 | 60 | 4B | 12 | 15B | 5D | 2B |
| Octal | 321 | 10 | 65 | 0 | 140 | 113 | 22 | 533 | 135 | 53 |
| Binary | 11010001 | 1000 | 110101 | 0 | 1100000 | 1001011 | 10010 | 101011011 | 1011101 | 101011 |
Color Harmonies of #D10835
Complementary color
Monochromatic Colors of #D10835
Black with #D10835
Text Example
Text Example
White with #D10835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10835; }
p { color: rgb(209,8,53); }
H1.HeaderClassName
{
color: #D10835;
}
.AnyTagClassName
{
color: #D10835;
}
</style>
background-color css
<style>
a { background-color: #D10835; }
a { background-color: rgb(209,8,53); }
div.DivClassName
{
background-color: #D10835;
}
.BgClassName
{
background-color: #D10835;
}
</style>
border-color css
<style>
span { border-color: #D10835; }
span { border-color: rgb(209,8,53); }
td.TdClassName
{
border-color: #D10835;
}
.TagClassName
{
border-color: #D10835;
}
</style>