Shades of Crimson #D3154D
Tints of Crimson #D3154D
RGB
CMYK
RGB Variations
Color information
#D3154D (or 0xD3154D) is known color: Crimson. HEX triplet: D3, 15 and 4D. RGB value is (211,21,77). Sum of RGB (Red+Green+Blue) = 211+21+77=309 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.28% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 211 - color contains mainly: red. Hex color #D3154D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3154D is #2CEAB2. Grayscale: #545454. Windows color (decimal): -2943667 or 5051859. OLE color: 5051859.
HSL color Cylindrical-coordinate representation of color #D3154D: hue angle of 342.32º 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 #D3154D is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 21 | 77 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.17 |
| HSL | 342.32º | 0.82% | 0.45% | - |
| HSV(B) | 342.32º | 0.9% | 0.83% | - |
| XYZ | 28.47 | 14.92 | 8.4 | - |
| YUV | 84.19 | 123.95 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 77 | 0 | 0.90 | 0.64 | 0.17 | 342.32 | 0.82 | 0.45 |
| Hex | D3 | 15 | 4D | 0 | 5A | 40 | 11 | 156 | 52 | 2D |
| Octal | 323 | 25 | 115 | 0 | 132 | 100 | 21 | 526 | 122 | 55 |
| Binary | 11010011 | 10101 | 1001101 | 0 | 1011010 | 1000000 | 10001 | 101010110 | 1010010 | 101101 |
Color Harmonies of #D3154D
Complementary color
Monochromatic Colors of #D3154D
Black with #D3154D
Text Example
Text Example
White with #D3154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3154D; }
p { color: rgb(211,21,77); }
H1.HeaderClassName
{
color: #D3154D;
}
.AnyTagClassName
{
color: #D3154D;
}
</style>
background-color css
<style>
a { background-color: #D3154D; }
a { background-color: rgb(211,21,77); }
div.DivClassName
{
background-color: #D3154D;
}
.BgClassName
{
background-color: #D3154D;
}
</style>
border-color css
<style>
span { border-color: #D3154D; }
span { border-color: rgb(211,21,77); }
td.TdClassName
{
border-color: #D3154D;
}
.TagClassName
{
border-color: #D3154D;
}
</style>