Shades of Crimson #D51234
Tints of Crimson #D51234
RGB
CMYK
RGB Variations
Color information
#D51234 (or 0xD51234) is known color: Crimson. HEX triplet: D5, 12 and 34. RGB value is (213,18,52). Sum of RGB (Red+Green+Blue) = 213+18+52=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D51234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51234 is #2AEDCB. Grayscale: #505050. Windows color (decimal): -2813388 or 3412693. OLE color: 3412693.
HSL color Cylindrical-coordinate representation of color #D51234: hue angle of 349.54º 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 #D51234 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 52 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.16 |
| HSL | 349.54º | 0.84% | 0.45% | - |
| HSV(B) | 349.54º | 0.92% | 0.84% | - |
| XYZ | 28.28 | 14.83 | 4.62 | - |
| YUV | 80.18 | 112.1 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 52 | 0 | 0.92 | 0.76 | 0.16 | 349.54 | 0.84 | 0.45 |
| Hex | D5 | 12 | 34 | 0 | 5C | 4C | 10 | 15E | 54 | 2D |
| Octal | 325 | 22 | 64 | 0 | 134 | 114 | 20 | 536 | 124 | 55 |
| Binary | 11010101 | 10010 | 110100 | 0 | 1011100 | 1001100 | 10000 | 101011110 | 1010100 | 101101 |
Color Harmonies of #D51234
Complementary color
Monochromatic Colors of #D51234
Black with #D51234
Text Example
Text Example
White with #D51234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51234; }
p { color: rgb(213,18,52); }
H1.HeaderClassName
{
color: #D51234;
}
.AnyTagClassName
{
color: #D51234;
}
</style>
background-color css
<style>
a { background-color: #D51234; }
a { background-color: rgb(213,18,52); }
div.DivClassName
{
background-color: #D51234;
}
.BgClassName
{
background-color: #D51234;
}
</style>
border-color css
<style>
span { border-color: #D51234; }
span { border-color: rgb(213,18,52); }
td.TdClassName
{
border-color: #D51234;
}
.TagClassName
{
border-color: #D51234;
}
</style>