Shades of Crimson #D0103D
Tints of Crimson #D0103D
RGB
CMYK
RGB Variations
Color information
#D0103D (or 0xD0103D) is known color: Crimson. HEX triplet: D0, 10 and 3D. RGB value is (208,16,61). Sum of RGB (Red+Green+Blue) = 208+16+61=285 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.98% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 208 - color contains mainly: red. Hex color #D0103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0103D is #2FEFC2. Grayscale: #4E4E4E. Windows color (decimal): -3141571 or 4002000. OLE color: 4002000.
HSL color Cylindrical-coordinate representation of color #D0103D: hue angle of 345.94º 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 #D0103D is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 61 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.18 |
| HSL | 345.94º | 0.86% | 0.44% | - |
| HSV(B) | 345.94º | 0.92% | 0.82% | - |
| XYZ | 27.04 | 14.12 | 5.71 | - |
| YUV | 78.54 | 118.11 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 61 | 0 | 0.92 | 0.71 | 0.18 | 345.94 | 0.86 | 0.44 |
| Hex | D0 | 10 | 3D | 0 | 5C | 47 | 12 | 15A | 56 | 2C |
| Octal | 320 | 20 | 75 | 0 | 134 | 107 | 22 | 532 | 126 | 54 |
| Binary | 11010000 | 10000 | 111101 | 0 | 1011100 | 1000111 | 10010 | 101011010 | 1010110 | 101100 |
Color Harmonies of #D0103D
Complementary color
Monochromatic Colors of #D0103D
Black with #D0103D
Text Example
Text Example
White with #D0103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0103D; }
p { color: rgb(208,16,61); }
H1.HeaderClassName
{
color: #D0103D;
}
.AnyTagClassName
{
color: #D0103D;
}
</style>
background-color css
<style>
a { background-color: #D0103D; }
a { background-color: rgb(208,16,61); }
div.DivClassName
{
background-color: #D0103D;
}
.BgClassName
{
background-color: #D0103D;
}
</style>
border-color css
<style>
span { border-color: #D0103D; }
span { border-color: rgb(208,16,61); }
td.TdClassName
{
border-color: #D0103D;
}
.TagClassName
{
border-color: #D0103D;
}
</style>