Shades of Crimson #D5123C
Tints of Crimson #D5123C
RGB
CMYK
RGB Variations
Color information
#D5123C (or 0xD5123C) is known color: Crimson. HEX triplet: D5, 12 and 3C. RGB value is (213,18,60). Sum of RGB (Red+Green+Blue) = 213+18+60=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D5123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5123C is #2AEDC3. Grayscale: #515151. Windows color (decimal): -2813380 or 3936981. OLE color: 3936981.
HSL color Cylindrical-coordinate representation of color #D5123C: hue angle of 347.08º 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 #D5123C is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 60 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.16 |
| HSL | 347.08º | 0.84% | 0.45% | - |
| HSV(B) | 347.08º | 0.92% | 0.84% | - |
| XYZ | 28.47 | 14.9 | 5.65 | - |
| YUV | 81.09 | 116.1 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 60 | 0 | 0.92 | 0.72 | 0.16 | 347.08 | 0.84 | 0.45 |
| Hex | D5 | 12 | 3C | 0 | 5C | 48 | 10 | 15B | 54 | 2D |
| Octal | 325 | 22 | 74 | 0 | 134 | 110 | 20 | 533 | 124 | 55 |
| Binary | 11010101 | 10010 | 111100 | 0 | 1011100 | 1001000 | 10000 | 101011011 | 1010100 | 101101 |
Color Harmonies of #D5123C
Complementary color
Monochromatic Colors of #D5123C
Black with #D5123C
Text Example
Text Example
White with #D5123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5123C; }
p { color: rgb(213,18,60); }
H1.HeaderClassName
{
color: #D5123C;
}
.AnyTagClassName
{
color: #D5123C;
}
</style>
background-color css
<style>
a { background-color: #D5123C; }
a { background-color: rgb(213,18,60); }
div.DivClassName
{
background-color: #D5123C;
}
.BgClassName
{
background-color: #D5123C;
}
</style>
border-color css
<style>
span { border-color: #D5123C; }
span { border-color: rgb(213,18,60); }
td.TdClassName
{
border-color: #D5123C;
}
.TagClassName
{
border-color: #D5123C;
}
</style>