Shades of Crimson #D5164B
Tints of Crimson #D5164B
RGB
CMYK
RGB Variations
Color information
#D5164B (or 0xD5164B) is known color: Crimson. HEX triplet: D5, 16 and 4B. RGB value is (213,22,75). Sum of RGB (Red+Green+Blue) = 213+22+75=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D5164B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5164B is #2AE9B4. Grayscale: #555555. Windows color (decimal): -2812341 or 4921045. OLE color: 4921045.
HSL color Cylindrical-coordinate representation of color #D5164B: hue angle of 343.35º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5164B is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 75 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.16 |
| HSL | 343.35º | 0.81% | 0.46% | - |
| HSV(B) | 343.35º | 0.9% | 0.84% | - |
| XYZ | 29 | 15.23 | 8.07 | - |
| YUV | 85.15 | 122.28 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 75 | 0 | 0.90 | 0.65 | 0.16 | 343.35 | 0.81 | 0.46 |
| Hex | D5 | 16 | 4B | 0 | 5A | 41 | 10 | 157 | 51 | 2E |
| Octal | 325 | 26 | 113 | 0 | 132 | 101 | 20 | 527 | 121 | 56 |
| Binary | 11010101 | 10110 | 1001011 | 0 | 1011010 | 1000001 | 10000 | 101010111 | 1010001 | 101110 |
Color Harmonies of #D5164B
Complementary color
Monochromatic Colors of #D5164B
Black with #D5164B
Text Example
Text Example
White with #D5164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5164B; }
p { color: rgb(213,22,75); }
H1.HeaderClassName
{
color: #D5164B;
}
.AnyTagClassName
{
color: #D5164B;
}
</style>
background-color css
<style>
a { background-color: #D5164B; }
a { background-color: rgb(213,22,75); }
div.DivClassName
{
background-color: #D5164B;
}
.BgClassName
{
background-color: #D5164B;
}
</style>
border-color css
<style>
span { border-color: #D5164B; }
span { border-color: rgb(213,22,75); }
td.TdClassName
{
border-color: #D5164B;
}
.TagClassName
{
border-color: #D5164B;
}
</style>