Shades of Crimson #D10434
Tints of Crimson #D10434
RGB
CMYK
RGB Variations
Color information
#D10434 (or 0xD10434) is known color: Crimson. HEX triplet: D1, 04 and 34. RGB value is (209,4,52). Sum of RGB (Red+Green+Blue) = 209+4+52=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D10434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10434 is #2EFBCB. Grayscale: #464646. Windows color (decimal): -3079116 or 3409105. OLE color: 3409105.
HSL color Cylindrical-coordinate representation of color #D10434: hue angle of 345.95º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D10434 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 52 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.18 |
| HSL | 345.95º | 0.96% | 0.42% | - |
| HSV(B) | 345.95º | 0.98% | 0.82% | - |
| XYZ | 26.96 | 13.89 | 4.51 | - |
| YUV | 70.77 | 117.42 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 52 | 0 | 0.98 | 0.75 | 0.18 | 345.95 | 0.96 | 0.42 |
| Hex | D1 | 4 | 34 | 0 | 62 | 4B | 12 | 15A | 60 | 2A |
| Octal | 321 | 4 | 64 | 0 | 142 | 113 | 22 | 532 | 140 | 52 |
| Binary | 11010001 | 100 | 110100 | 0 | 1100010 | 1001011 | 10010 | 101011010 | 1100000 | 101010 |
Color Harmonies of #D10434
Complementary color
Monochromatic Colors of #D10434
Black with #D10434
Text Example
Text Example
White with #D10434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10434; }
p { color: rgb(209,4,52); }
H1.HeaderClassName
{
color: #D10434;
}
.AnyTagClassName
{
color: #D10434;
}
</style>
background-color css
<style>
a { background-color: #D10434; }
a { background-color: rgb(209,4,52); }
div.DivClassName
{
background-color: #D10434;
}
.BgClassName
{
background-color: #D10434;
}
</style>
border-color css
<style>
span { border-color: #D10434; }
span { border-color: rgb(209,4,52); }
td.TdClassName
{
border-color: #D10434;
}
.TagClassName
{
border-color: #D10434;
}
</style>