Shades of Crimson #D0103B
Tints of Crimson #D0103B
RGB
CMYK
RGB Variations
Color information
#D0103B (or 0xD0103B) is known color: Crimson. HEX triplet: D0, 10 and 3B. RGB value is (208,16,59). Sum of RGB (Red+Green+Blue) = 208+16+59=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D0103B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0103B is #2FEFC4. Grayscale: #4E4E4E. Windows color (decimal): -3141573 or 3870928. OLE color: 3870928.
HSL color Cylindrical-coordinate representation of color #D0103B: hue angle of 346.56º 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 #D0103B is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 59 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.18 |
| HSL | 346.56º | 0.86% | 0.44% | - |
| HSV(B) | 346.56º | 0.92% | 0.82% | - |
| XYZ | 26.99 | 14.1 | 5.44 | - |
| YUV | 78.31 | 117.11 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 59 | 0 | 0.92 | 0.72 | 0.18 | 346.56 | 0.86 | 0.44 |
| Hex | D0 | 10 | 3B | 0 | 5C | 48 | 12 | 15B | 56 | 2C |
| Octal | 320 | 20 | 73 | 0 | 134 | 110 | 22 | 533 | 126 | 54 |
| Binary | 11010000 | 10000 | 111011 | 0 | 1011100 | 1001000 | 10010 | 101011011 | 1010110 | 101100 |
Color Harmonies of #D0103B
Complementary color
Monochromatic Colors of #D0103B
Black with #D0103B
Text Example
Text Example
White with #D0103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0103B; }
p { color: rgb(208,16,59); }
H1.HeaderClassName
{
color: #D0103B;
}
.AnyTagClassName
{
color: #D0103B;
}
</style>
background-color css
<style>
a { background-color: #D0103B; }
a { background-color: rgb(208,16,59); }
div.DivClassName
{
background-color: #D0103B;
}
.BgClassName
{
background-color: #D0103B;
}
</style>
border-color css
<style>
span { border-color: #D0103B; }
span { border-color: rgb(208,16,59); }
td.TdClassName
{
border-color: #D0103B;
}
.TagClassName
{
border-color: #D0103B;
}
</style>