Shades of Crimson #D10633
Tints of Crimson #D10633
RGB
CMYK
RGB Variations
Color information
#D10633 (or 0xD10633) is known color: Crimson. HEX triplet: D1, 06 and 33. RGB value is (209,6,51). Sum of RGB (Red+Green+Blue) = 209+6+51=266 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.57% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 209 - color contains mainly: red. Hex color #D10633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10633 is #2EF9CC. Grayscale: #474747. Windows color (decimal): -3078605 or 3344081. OLE color: 3344081.
HSL color Cylindrical-coordinate representation of color #D10633: hue angle of 346.7º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D10633 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 51 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.18 |
| HSL | 346.7º | 0.94% | 0.42% | - |
| HSV(B) | 346.7º | 0.97% | 0.82% | - |
| XYZ | 26.96 | 13.92 | 4.4 | - |
| YUV | 71.83 | 116.25 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 51 | 0 | 0.97 | 0.76 | 0.18 | 346.7 | 0.94 | 0.42 |
| Hex | D1 | 6 | 33 | 0 | 61 | 4C | 12 | 15B | 5E | 2A |
| Octal | 321 | 6 | 63 | 0 | 141 | 114 | 22 | 533 | 136 | 52 |
| Binary | 11010001 | 110 | 110011 | 0 | 1100001 | 1001100 | 10010 | 101011011 | 1011110 | 101010 |
Color Harmonies of #D10633
Complementary color
Monochromatic Colors of #D10633
Black with #D10633
Text Example
Text Example
White with #D10633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10633; }
p { color: rgb(209,6,51); }
H1.HeaderClassName
{
color: #D10633;
}
.AnyTagClassName
{
color: #D10633;
}
</style>
background-color css
<style>
a { background-color: #D10633; }
a { background-color: rgb(209,6,51); }
div.DivClassName
{
background-color: #D10633;
}
.BgClassName
{
background-color: #D10633;
}
</style>
border-color css
<style>
span { border-color: #D10633; }
span { border-color: rgb(209,6,51); }
td.TdClassName
{
border-color: #D10633;
}
.TagClassName
{
border-color: #D10633;
}
</style>