Shades of Crimson #D0102F
Tints of Crimson #D0102F
RGB
CMYK
RGB Variations
Color information
#D0102F (or 0xD0102F) is known color: Crimson. HEX triplet: D0, 10 and 2F. RGB value is (208,16,47). Sum of RGB (Red+Green+Blue) = 208+16+47=271 (35% of max value = 765). Red value is 208 (81.64% from 255 or 76.75% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 208 - color contains mainly: red. Hex color #D0102F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0102F is #2FEFD0. Grayscale: #4D4D4D. Windows color (decimal): -3141585 or 3084496. OLE color: 3084496.
HSL color Cylindrical-coordinate representation of color #D0102F: hue angle of 350.31º 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 #D0102F is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 47 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.18 |
| HSL | 350.31º | 0.86% | 0.44% | - |
| HSV(B) | 350.31º | 0.92% | 0.82% | - |
| XYZ | 26.71 | 13.99 | 3.98 | - |
| YUV | 76.94 | 111.11 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 47 | 0 | 0.92 | 0.77 | 0.18 | 350.31 | 0.86 | 0.44 |
| Hex | D0 | 10 | 2F | 0 | 5C | 4D | 12 | 15E | 56 | 2C |
| Octal | 320 | 20 | 57 | 0 | 134 | 115 | 22 | 536 | 126 | 54 |
| Binary | 11010000 | 10000 | 101111 | 0 | 1011100 | 1001101 | 10010 | 101011110 | 1010110 | 101100 |
Color Harmonies of #D0102F
Complementary color
Monochromatic Colors of #D0102F
Black with #D0102F
Text Example
Text Example
White with #D0102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0102F; }
p { color: rgb(208,16,47); }
H1.HeaderClassName
{
color: #D0102F;
}
.AnyTagClassName
{
color: #D0102F;
}
</style>
background-color css
<style>
a { background-color: #D0102F; }
a { background-color: rgb(208,16,47); }
div.DivClassName
{
background-color: #D0102F;
}
.BgClassName
{
background-color: #D0102F;
}
</style>
border-color css
<style>
span { border-color: #D0102F; }
span { border-color: rgb(208,16,47); }
td.TdClassName
{
border-color: #D0102F;
}
.TagClassName
{
border-color: #D0102F;
}
</style>