Shades of Crimson #D10443
Tints of Crimson #D10443
RGB
CMYK
RGB Variations
Color information
#D10443 (or 0xD10443) is known color: Crimson. HEX triplet: D1, 04 and 43. RGB value is (209,4,67). Sum of RGB (Red+Green+Blue) = 209+4+67=280 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.64% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 209 - color contains mainly: red. Hex color #D10443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10443 is #2EFBBC. Grayscale: #484848. Windows color (decimal): -3079101 or 4392145. OLE color: 4392145.
HSL color Cylindrical-coordinate representation of color #D10443: hue angle of 341.56º 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 #D10443 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 67 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.18 |
| HSL | 341.56º | 0.96% | 0.42% | - |
| HSV(B) | 341.56º | 0.98% | 0.82% | - |
| XYZ | 27.35 | 14.05 | 6.58 | - |
| YUV | 72.48 | 124.92 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 67 | 0 | 0.98 | 0.68 | 0.18 | 341.56 | 0.96 | 0.42 |
| Hex | D1 | 4 | 43 | 0 | 62 | 44 | 12 | 156 | 60 | 2A |
| Octal | 321 | 4 | 103 | 0 | 142 | 104 | 22 | 526 | 140 | 52 |
| Binary | 11010001 | 100 | 1000011 | 0 | 1100010 | 1000100 | 10010 | 101010110 | 1100000 | 101010 |
Color Harmonies of #D10443
Complementary color
Monochromatic Colors of #D10443
Black with #D10443
Text Example
Text Example
White with #D10443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10443; }
p { color: rgb(209,4,67); }
H1.HeaderClassName
{
color: #D10443;
}
.AnyTagClassName
{
color: #D10443;
}
</style>
background-color css
<style>
a { background-color: #D10443; }
a { background-color: rgb(209,4,67); }
div.DivClassName
{
background-color: #D10443;
}
.BgClassName
{
background-color: #D10443;
}
</style>
border-color css
<style>
span { border-color: #D10443; }
span { border-color: rgb(209,4,67); }
td.TdClassName
{
border-color: #D10443;
}
.TagClassName
{
border-color: #D10443;
}
</style>