Shades of Crimson #D10630
Tints of Crimson #D10630
RGB
CMYK
RGB Variations
Color information
#D10630 (or 0xD10630) is known color: Crimson. HEX triplet: D1, 06 and 30. RGB value is (209,6,48). Sum of RGB (Red+Green+Blue) = 209+6+48=263 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.47% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 209 - color contains mainly: red. Hex color #D10630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10630 is #2EF9CF. Grayscale: #474747. Windows color (decimal): -3078608 or 3147473. OLE color: 3147473.
HSL color Cylindrical-coordinate representation of color #D10630: hue angle of 347.59º 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 #D10630 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 48 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.18 |
| HSL | 347.59º | 0.94% | 0.42% | - |
| HSV(B) | 347.59º | 0.97% | 0.82% | - |
| XYZ | 26.89 | 13.9 | 4.06 | - |
| YUV | 71.49 | 114.75 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 48 | 0 | 0.97 | 0.77 | 0.18 | 347.59 | 0.94 | 0.42 |
| Hex | D1 | 6 | 30 | 0 | 61 | 4D | 12 | 15C | 5E | 2A |
| Octal | 321 | 6 | 60 | 0 | 141 | 115 | 22 | 534 | 136 | 52 |
| Binary | 11010001 | 110 | 110000 | 0 | 1100001 | 1001101 | 10010 | 101011100 | 1011110 | 101010 |
Color Harmonies of #D10630
Complementary color
Monochromatic Colors of #D10630
Black with #D10630
Text Example
Text Example
White with #D10630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10630; }
p { color: rgb(209,6,48); }
H1.HeaderClassName
{
color: #D10630;
}
.AnyTagClassName
{
color: #D10630;
}
</style>
background-color css
<style>
a { background-color: #D10630; }
a { background-color: rgb(209,6,48); }
div.DivClassName
{
background-color: #D10630;
}
.BgClassName
{
background-color: #D10630;
}
</style>
border-color css
<style>
span { border-color: #D10630; }
span { border-color: rgb(209,6,48); }
td.TdClassName
{
border-color: #D10630;
}
.TagClassName
{
border-color: #D10630;
}
</style>