Shades of Crimson #D5104C
Tints of Crimson #D5104C
RGB
CMYK
RGB Variations
Color information
#D5104C (or 0xD5104C) is known color: Crimson. HEX triplet: D5, 10 and 4C. RGB value is (213,16,76). Sum of RGB (Red+Green+Blue) = 213+16+76=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D5104C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5104C is #2AEFB3. Grayscale: #515151. Windows color (decimal): -2813876 or 4985045. OLE color: 4985045.
HSL color Cylindrical-coordinate representation of color #D5104C: hue angle of 341.73º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5104C is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 16 | 76 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.16 |
| HSL | 341.73º | 0.86% | 0.45% | - |
| HSV(B) | 341.73º | 0.92% | 0.84% | - |
| XYZ | 28.93 | 15.04 | 8.22 | - |
| YUV | 81.74 | 124.77 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 76 | 0 | 0.92 | 0.64 | 0.16 | 341.73 | 0.86 | 0.45 |
| Hex | D5 | 10 | 4C | 0 | 5C | 40 | 10 | 156 | 56 | 2D |
| Octal | 325 | 20 | 114 | 0 | 134 | 100 | 20 | 526 | 126 | 55 |
| Binary | 11010101 | 10000 | 1001100 | 0 | 1011100 | 1000000 | 10000 | 101010110 | 1010110 | 101101 |
Color Harmonies of #D5104C
Complementary color
Monochromatic Colors of #D5104C
Black with #D5104C
Text Example
Text Example
White with #D5104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5104C; }
p { color: rgb(213,16,76); }
H1.HeaderClassName
{
color: #D5104C;
}
.AnyTagClassName
{
color: #D5104C;
}
</style>
background-color css
<style>
a { background-color: #D5104C; }
a { background-color: rgb(213,16,76); }
div.DivClassName
{
background-color: #D5104C;
}
.BgClassName
{
background-color: #D5104C;
}
</style>
border-color css
<style>
span { border-color: #D5104C; }
span { border-color: rgb(213,16,76); }
td.TdClassName
{
border-color: #D5104C;
}
.TagClassName
{
border-color: #D5104C;
}
</style>