Shades of Crimson #D3153E
Tints of Crimson #D3153E
RGB
CMYK
RGB Variations
Color information
#D3153E (or 0xD3153E) is known color: Crimson. HEX triplet: D3, 15 and 3E. RGB value is (211,21,62). Sum of RGB (Red+Green+Blue) = 211+21+62=294 (38% of max value = 765). Red value is 211 (82.81% from 255 or 71.77% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 211 - color contains mainly: red. Hex color #D3153E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3153E is #2CEAC1. Grayscale: #525252. Windows color (decimal): -2943682 or 4068819. OLE color: 4068819.
HSL color Cylindrical-coordinate representation of color #D3153E: hue angle of 347.05º 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 #D3153E is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 21 | 62 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.17 |
| HSL | 347.05º | 0.82% | 0.45% | - |
| HSV(B) | 347.05º | 0.9% | 0.83% | - |
| XYZ | 28 | 14.73 | 5.93 | - |
| YUV | 82.48 | 116.45 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 62 | 0 | 0.90 | 0.71 | 0.17 | 347.05 | 0.82 | 0.45 |
| Hex | D3 | 15 | 3E | 0 | 5A | 47 | 11 | 15B | 52 | 2D |
| Octal | 323 | 25 | 76 | 0 | 132 | 107 | 21 | 533 | 122 | 55 |
| Binary | 11010011 | 10101 | 111110 | 0 | 1011010 | 1000111 | 10001 | 101011011 | 1010010 | 101101 |
Color Harmonies of #D3153E
Complementary color
Monochromatic Colors of #D3153E
Black with #D3153E
Text Example
Text Example
White with #D3153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3153E; }
p { color: rgb(211,21,62); }
H1.HeaderClassName
{
color: #D3153E;
}
.AnyTagClassName
{
color: #D3153E;
}
</style>
background-color css
<style>
a { background-color: #D3153E; }
a { background-color: rgb(211,21,62); }
div.DivClassName
{
background-color: #D3153E;
}
.BgClassName
{
background-color: #D3153E;
}
</style>
border-color css
<style>
span { border-color: #D3153E; }
span { border-color: rgb(211,21,62); }
td.TdClassName
{
border-color: #D3153E;
}
.TagClassName
{
border-color: #D3153E;
}
</style>