Shades of Crimson #D3103F
Tints of Crimson #D3103F
RGB
CMYK
RGB Variations
Color information
#D3103F (or 0xD3103F) is known color: Crimson. HEX triplet: D3, 10 and 3F. RGB value is (211,16,63). Sum of RGB (Red+Green+Blue) = 211+16+63=290 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.76% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 211 - color contains mainly: red. Hex color #D3103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3103F is #2CEFC0. Grayscale: #4F4F4F. Windows color (decimal): -2944961 or 4133075. OLE color: 4133075.
HSL color Cylindrical-coordinate representation of color #D3103F: hue angle of 345.54º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D3103F is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 16 | 63 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.17 |
| HSL | 345.54º | 0.86% | 0.45% | - |
| HSV(B) | 345.54º | 0.92% | 0.83% | - |
| XYZ | 27.95 | 14.58 | 6.04 | - |
| YUV | 79.66 | 118.6 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 16 | 63 | 0 | 0.92 | 0.70 | 0.17 | 345.54 | 0.86 | 0.45 |
| Hex | D3 | 10 | 3F | 0 | 5C | 46 | 11 | 15A | 56 | 2D |
| Octal | 323 | 20 | 77 | 0 | 134 | 106 | 21 | 532 | 126 | 55 |
| Binary | 11010011 | 10000 | 111111 | 0 | 1011100 | 1000110 | 10001 | 101011010 | 1010110 | 101101 |
Color Harmonies of #D3103F
Complementary color
Monochromatic Colors of #D3103F
Black with #D3103F
Text Example
Text Example
White with #D3103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3103F; }
p { color: rgb(211,16,63); }
H1.HeaderClassName
{
color: #D3103F;
}
.AnyTagClassName
{
color: #D3103F;
}
</style>
background-color css
<style>
a { background-color: #D3103F; }
a { background-color: rgb(211,16,63); }
div.DivClassName
{
background-color: #D3103F;
}
.BgClassName
{
background-color: #D3103F;
}
</style>
border-color css
<style>
span { border-color: #D3103F; }
span { border-color: rgb(211,16,63); }
td.TdClassName
{
border-color: #D3103F;
}
.TagClassName
{
border-color: #D3103F;
}
</style>