Shades of Crimson #D10339
Tints of Crimson #D10339
RGB
CMYK
RGB Variations
Color information
#D10339 (or 0xD10339) is known color: Crimson. HEX triplet: D1, 03 and 39. RGB value is (209,3,57). Sum of RGB (Red+Green+Blue) = 209+3+57=269 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.70% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 209 - color contains mainly: red. Hex color #D10339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10339 is #2EFCC6. Grayscale: #464646. Windows color (decimal): -3079367 or 3736529. OLE color: 3736529.
HSL color Cylindrical-coordinate representation of color #D10339: hue angle of 344.27º 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 #D10339 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 57 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.18 |
| HSL | 344.27º | 0.97% | 0.42% | - |
| HSV(B) | 344.27º | 0.99% | 0.82% | - |
| XYZ | 27.07 | 13.92 | 5.13 | - |
| YUV | 70.75 | 120.25 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 57 | 0 | 0.99 | 0.73 | 0.18 | 344.27 | 0.97 | 0.42 |
| Hex | D1 | 3 | 39 | 0 | 63 | 49 | 12 | 158 | 61 | 2A |
| Octal | 321 | 3 | 71 | 0 | 143 | 111 | 22 | 530 | 141 | 52 |
| Binary | 11010001 | 11 | 111001 | 0 | 1100011 | 1001001 | 10010 | 101011000 | 1100001 | 101010 |
Color Harmonies of #D10339
Complementary color
Monochromatic Colors of #D10339
Black with #D10339
Text Example
Text Example
White with #D10339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10339; }
p { color: rgb(209,3,57); }
H1.HeaderClassName
{
color: #D10339;
}
.AnyTagClassName
{
color: #D10339;
}
</style>
background-color css
<style>
a { background-color: #D10339; }
a { background-color: rgb(209,3,57); }
div.DivClassName
{
background-color: #D10339;
}
.BgClassName
{
background-color: #D10339;
}
</style>
border-color css
<style>
span { border-color: #D10339; }
span { border-color: rgb(209,3,57); }
td.TdClassName
{
border-color: #D10339;
}
.TagClassName
{
border-color: #D10339;
}
</style>