Shades of Crimson #D10248
Tints of Crimson #D10248
RGB
CMYK
RGB Variations
Color information
#D10248 (or 0xD10248) is known color: Crimson. HEX triplet: D1, 02 and 48. RGB value is (209,2,72). Sum of RGB (Red+Green+Blue) = 209+2+72=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D10248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10248 is #2EFDB7. Grayscale: #474747. Windows color (decimal): -3079608 or 4719313. OLE color: 4719313.
HSL color Cylindrical-coordinate representation of color #D10248: hue angle of 339.71º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10248 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 72 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.18 |
| HSL | 339.71º | 0.98% | 0.41% | - |
| HSV(B) | 339.71º | 0.99% | 0.82% | - |
| XYZ | 27.49 | 14.07 | 7.4 | - |
| YUV | 71.87 | 128.08 | 225.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 72 | 0 | 0.99 | 0.66 | 0.18 | 339.71 | 0.98 | 0.41 |
| Hex | D1 | 2 | 48 | 0 | 63 | 42 | 12 | 154 | 62 | 29 |
| Octal | 321 | 2 | 110 | 0 | 143 | 102 | 22 | 524 | 142 | 51 |
| Binary | 11010001 | 10 | 1001000 | 0 | 1100011 | 1000010 | 10010 | 101010100 | 1100010 | 101001 |
Color Harmonies of #D10248
Complementary color
Monochromatic Colors of #D10248
Black with #D10248
Text Example
Text Example
White with #D10248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10248; }
p { color: rgb(209,2,72); }
H1.HeaderClassName
{
color: #D10248;
}
.AnyTagClassName
{
color: #D10248;
}
</style>
background-color css
<style>
a { background-color: #D10248; }
a { background-color: rgb(209,2,72); }
div.DivClassName
{
background-color: #D10248;
}
.BgClassName
{
background-color: #D10248;
}
</style>
border-color css
<style>
span { border-color: #D10248; }
span { border-color: rgb(209,2,72); }
td.TdClassName
{
border-color: #D10248;
}
.TagClassName
{
border-color: #D10248;
}
</style>