Shades of Crimson #D50144
Tints of Crimson #D50144
RGB
CMYK
RGB Variations
Color information
#D50144 (or 0xD50144) is known color: Crimson. HEX triplet: D5, 01 and 44. RGB value is (213,1,68). Sum of RGB (Red+Green+Blue) = 213+1+68=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D50144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50144 is #2AFEBB. Grayscale: #474747. Windows color (decimal): -2817724 or 4456917. OLE color: 4456917.
HSL color Cylindrical-coordinate representation of color #D50144: hue angle of 341.04º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50144 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 68 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.16 |
| HSL | 341.04º | 0.99% | 0.42% | - |
| HSV(B) | 341.04º | 1% | 0.84% | - |
| XYZ | 28.49 | 14.59 | 6.78 | - |
| YUV | 72.03 | 125.74 | 228.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 68 | 0 | 1.00 | 0.68 | 0.16 | 341.04 | 0.99 | 0.42 |
| Hex | D5 | 1 | 44 | 0 | 64 | 44 | 10 | 155 | 63 | 2A |
| Octal | 325 | 1 | 104 | 0 | 144 | 104 | 20 | 525 | 143 | 52 |
| Binary | 11010101 | 1 | 1000100 | 0 | 1100100 | 1000100 | 10000 | 101010101 | 1100011 | 101010 |
Color Harmonies of #D50144
Complementary color
Monochromatic Colors of #D50144
Black with #D50144
Text Example
Text Example
White with #D50144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50144; }
p { color: rgb(213,1,68); }
H1.HeaderClassName
{
color: #D50144;
}
.AnyTagClassName
{
color: #D50144;
}
</style>
background-color css
<style>
a { background-color: #D50144; }
a { background-color: rgb(213,1,68); }
div.DivClassName
{
background-color: #D50144;
}
.BgClassName
{
background-color: #D50144;
}
</style>
border-color css
<style>
span { border-color: #D50144; }
span { border-color: rgb(213,1,68); }
td.TdClassName
{
border-color: #D50144;
}
.TagClassName
{
border-color: #D50144;
}
</style>