Shades of Crimson #D3153F
Tints of Crimson #D3153F
RGB
CMYK
RGB Variations
Color information
#D3153F (or 0xD3153F) is known color: Crimson. HEX triplet: D3, 15 and 3F. RGB value is (211,21,63). Sum of RGB (Red+Green+Blue) = 211+21+63=295 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.53% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 211 - color contains mainly: red. Hex color #D3153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3153F is #2CEAC0. Grayscale: #525252. Windows color (decimal): -2943681 or 4134355. OLE color: 4134355.
HSL color Cylindrical-coordinate representation of color #D3153F: hue angle of 346.74º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3153F is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 21 | 63 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.17 |
| HSL | 346.74º | 0.82% | 0.45% | - |
| HSV(B) | 346.74º | 0.9% | 0.83% | - |
| XYZ | 28.03 | 14.74 | 6.07 | - |
| YUV | 82.6 | 116.95 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 63 | 0 | 0.90 | 0.70 | 0.17 | 346.74 | 0.82 | 0.45 |
| Hex | D3 | 15 | 3F | 0 | 5A | 46 | 11 | 15B | 52 | 2D |
| Octal | 323 | 25 | 77 | 0 | 132 | 106 | 21 | 533 | 122 | 55 |
| Binary | 11010011 | 10101 | 111111 | 0 | 1011010 | 1000110 | 10001 | 101011011 | 1010010 | 101101 |
Color Harmonies of #D3153F
Complementary color
Monochromatic Colors of #D3153F
Black with #D3153F
Text Example
Text Example
White with #D3153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3153F; }
p { color: rgb(211,21,63); }
H1.HeaderClassName
{
color: #D3153F;
}
.AnyTagClassName
{
color: #D3153F;
}
</style>
background-color css
<style>
a { background-color: #D3153F; }
a { background-color: rgb(211,21,63); }
div.DivClassName
{
background-color: #D3153F;
}
.BgClassName
{
background-color: #D3153F;
}
</style>
border-color css
<style>
span { border-color: #D3153F; }
span { border-color: rgb(211,21,63); }
td.TdClassName
{
border-color: #D3153F;
}
.TagClassName
{
border-color: #D3153F;
}
</style>