Shades of Crimson #D5123A
Tints of Crimson #D5123A
RGB
CMYK
RGB Variations
Color information
#D5123A (or 0xD5123A) is known color: Crimson. HEX triplet: D5, 12 and 3A. RGB value is (213,18,58). Sum of RGB (Red+Green+Blue) = 213+18+58=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D5123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5123A is #2AEDC5. Grayscale: #505050. Windows color (decimal): -2813382 or 3805909. OLE color: 3805909.
HSL color Cylindrical-coordinate representation of color #D5123A: hue angle of 347.69º degrees, saturation: 0.84, 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 #D5123A is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 58 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.16 |
| HSL | 347.69º | 0.84% | 0.45% | - |
| HSV(B) | 347.69º | 0.92% | 0.84% | - |
| XYZ | 28.42 | 14.88 | 5.38 | - |
| YUV | 80.87 | 115.1 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 58 | 0 | 0.92 | 0.73 | 0.16 | 347.69 | 0.84 | 0.45 |
| Hex | D5 | 12 | 3A | 0 | 5C | 49 | 10 | 15C | 54 | 2D |
| Octal | 325 | 22 | 72 | 0 | 134 | 111 | 20 | 534 | 124 | 55 |
| Binary | 11010101 | 10010 | 111010 | 0 | 1011100 | 1001001 | 10000 | 101011100 | 1010100 | 101101 |
Color Harmonies of #D5123A
Complementary color
Monochromatic Colors of #D5123A
Black with #D5123A
Text Example
Text Example
White with #D5123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5123A; }
p { color: rgb(213,18,58); }
H1.HeaderClassName
{
color: #D5123A;
}
.AnyTagClassName
{
color: #D5123A;
}
</style>
background-color css
<style>
a { background-color: #D5123A; }
a { background-color: rgb(213,18,58); }
div.DivClassName
{
background-color: #D5123A;
}
.BgClassName
{
background-color: #D5123A;
}
</style>
border-color css
<style>
span { border-color: #D5123A; }
span { border-color: rgb(213,18,58); }
td.TdClassName
{
border-color: #D5123A;
}
.TagClassName
{
border-color: #D5123A;
}
</style>