Shades of Crimson #D0103E
Tints of Crimson #D0103E
RGB
CMYK
RGB Variations
Color information
#D0103E (or 0xD0103E) is known color: Crimson. HEX triplet: D0, 10 and 3E. RGB value is (208,16,62). Sum of RGB (Red+Green+Blue) = 208+16+62=286 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.73% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 208 - color contains mainly: red. Hex color #D0103E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0103E is #2FEFC1. Grayscale: #4E4E4E. Windows color (decimal): -3141570 or 4067536. OLE color: 4067536.
HSL color Cylindrical-coordinate representation of color #D0103E: hue angle of 345.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0103E is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 62 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.18 |
| HSL | 345.63º | 0.86% | 0.44% | - |
| HSV(B) | 345.63º | 0.92% | 0.82% | - |
| XYZ | 27.07 | 14.13 | 5.86 | - |
| YUV | 78.65 | 118.61 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 62 | 0 | 0.92 | 0.70 | 0.18 | 345.63 | 0.86 | 0.44 |
| Hex | D0 | 10 | 3E | 0 | 5C | 46 | 12 | 15A | 56 | 2C |
| Octal | 320 | 20 | 76 | 0 | 134 | 106 | 22 | 532 | 126 | 54 |
| Binary | 11010000 | 10000 | 111110 | 0 | 1011100 | 1000110 | 10010 | 101011010 | 1010110 | 101100 |
Color Harmonies of #D0103E
Complementary color
Monochromatic Colors of #D0103E
Black with #D0103E
Text Example
Text Example
White with #D0103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0103E; }
p { color: rgb(208,16,62); }
H1.HeaderClassName
{
color: #D0103E;
}
.AnyTagClassName
{
color: #D0103E;
}
</style>
background-color css
<style>
a { background-color: #D0103E; }
a { background-color: rgb(208,16,62); }
div.DivClassName
{
background-color: #D0103E;
}
.BgClassName
{
background-color: #D0103E;
}
</style>
border-color css
<style>
span { border-color: #D0103E; }
span { border-color: rgb(208,16,62); }
td.TdClassName
{
border-color: #D0103E;
}
.TagClassName
{
border-color: #D0103E;
}
</style>