Shades of Crimson #D10334
Tints of Crimson #D10334
RGB
CMYK
RGB Variations
Color information
#D10334 (or 0xD10334) is known color: Crimson. HEX triplet: D1, 03 and 34. RGB value is (209,3,52). Sum of RGB (Red+Green+Blue) = 209+3+52=264 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.17% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 209 - color contains mainly: red. Hex color #D10334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10334 is #2EFCCB. Grayscale: #464646. Windows color (decimal): -3079372 or 3408849. OLE color: 3408849.
HSL color Cylindrical-coordinate representation of color #D10334: hue angle of 345.73º 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 #D10334 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 52 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.18 |
| HSL | 345.73º | 0.97% | 0.42% | - |
| HSV(B) | 345.73º | 0.99% | 0.82% | - |
| XYZ | 26.95 | 13.87 | 4.51 | - |
| YUV | 70.18 | 117.75 | 227.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 52 | 0 | 0.99 | 0.75 | 0.18 | 345.73 | 0.97 | 0.42 |
| Hex | D1 | 3 | 34 | 0 | 63 | 4B | 12 | 15A | 61 | 2A |
| Octal | 321 | 3 | 64 | 0 | 143 | 113 | 22 | 532 | 141 | 52 |
| Binary | 11010001 | 11 | 110100 | 0 | 1100011 | 1001011 | 10010 | 101011010 | 1100001 | 101010 |
Color Harmonies of #D10334
Complementary color
Monochromatic Colors of #D10334
Black with #D10334
Text Example
Text Example
White with #D10334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10334; }
p { color: rgb(209,3,52); }
H1.HeaderClassName
{
color: #D10334;
}
.AnyTagClassName
{
color: #D10334;
}
</style>
background-color css
<style>
a { background-color: #D10334; }
a { background-color: rgb(209,3,52); }
div.DivClassName
{
background-color: #D10334;
}
.BgClassName
{
background-color: #D10334;
}
</style>
border-color css
<style>
span { border-color: #D10334; }
span { border-color: rgb(209,3,52); }
td.TdClassName
{
border-color: #D10334;
}
.TagClassName
{
border-color: #D10334;
}
</style>