Shades of Crimson #D10A3E
Tints of Crimson #D10A3E
RGB
CMYK
RGB Variations
Color information
#D10A3E (or 0xD10A3E) is known color: Crimson. HEX triplet: D1, 0A and 3E. RGB value is (209,10,62). Sum of RGB (Red+Green+Blue) = 209+10+62=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D10A3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10A3E is #2EF5C1. Grayscale: #4B4B4B. Windows color (decimal): -3077570 or 4066001. OLE color: 4066001.
HSL color Cylindrical-coordinate representation of color #D10A3E: hue angle of 344.32º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10A3E is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 10 | 62 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.18 |
| HSL | 344.32º | 0.91% | 0.43% | - |
| HSV(B) | 344.32º | 0.95% | 0.82% | - |
| XYZ | 27.27 | 14.12 | 5.85 | - |
| YUV | 75.43 | 120.43 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 62 | 0 | 0.95 | 0.70 | 0.18 | 344.32 | 0.91 | 0.43 |
| Hex | D1 | A | 3E | 0 | 5F | 46 | 12 | 158 | 5B | 2B |
| Octal | 321 | 12 | 76 | 0 | 137 | 106 | 22 | 530 | 133 | 53 |
| Binary | 11010001 | 1010 | 111110 | 0 | 1011111 | 1000110 | 10010 | 101011000 | 1011011 | 101011 |
Color Harmonies of #D10A3E
Complementary color
Monochromatic Colors of #D10A3E
Black with #D10A3E
Text Example
Text Example
White with #D10A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10A3E; }
p { color: rgb(209,10,62); }
H1.HeaderClassName
{
color: #D10A3E;
}
.AnyTagClassName
{
color: #D10A3E;
}
</style>
background-color css
<style>
a { background-color: #D10A3E; }
a { background-color: rgb(209,10,62); }
div.DivClassName
{
background-color: #D10A3E;
}
.BgClassName
{
background-color: #D10A3E;
}
</style>
border-color css
<style>
span { border-color: #D10A3E; }
span { border-color: rgb(209,10,62); }
td.TdClassName
{
border-color: #D10A3E;
}
.TagClassName
{
border-color: #D10A3E;
}
</style>