Shades of Crimson #D3154C
Tints of Crimson #D3154C
RGB
CMYK
RGB Variations
Color information
#D3154C (or 0xD3154C) is known color: Crimson. HEX triplet: D3, 15 and 4C. RGB value is (211,21,76). Sum of RGB (Red+Green+Blue) = 211+21+76=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D3154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3154C is #2CEAB3. Grayscale: #545454. Windows color (decimal): -2943668 or 4986323. OLE color: 4986323.
HSL color Cylindrical-coordinate representation of color #D3154C: hue angle of 342.63º 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 #D3154C is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 21 | 76 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.17 |
| HSL | 342.63º | 0.82% | 0.45% | - |
| HSV(B) | 342.63º | 0.9% | 0.83% | - |
| XYZ | 28.44 | 14.91 | 8.22 | - |
| YUV | 84.08 | 123.45 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 76 | 0 | 0.90 | 0.64 | 0.17 | 342.63 | 0.82 | 0.45 |
| Hex | D3 | 15 | 4C | 0 | 5A | 40 | 11 | 157 | 52 | 2D |
| Octal | 323 | 25 | 114 | 0 | 132 | 100 | 21 | 527 | 122 | 55 |
| Binary | 11010011 | 10101 | 1001100 | 0 | 1011010 | 1000000 | 10001 | 101010111 | 1010010 | 101101 |
Color Harmonies of #D3154C
Complementary color
Monochromatic Colors of #D3154C
Black with #D3154C
Text Example
Text Example
White with #D3154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3154C; }
p { color: rgb(211,21,76); }
H1.HeaderClassName
{
color: #D3154C;
}
.AnyTagClassName
{
color: #D3154C;
}
</style>
background-color css
<style>
a { background-color: #D3154C; }
a { background-color: rgb(211,21,76); }
div.DivClassName
{
background-color: #D3154C;
}
.BgClassName
{
background-color: #D3154C;
}
</style>
border-color css
<style>
span { border-color: #D3154C; }
span { border-color: rgb(211,21,76); }
td.TdClassName
{
border-color: #D3154C;
}
.TagClassName
{
border-color: #D3154C;
}
</style>