Shades of Crimson #D50444
Tints of Crimson #D50444
RGB
CMYK
RGB Variations
Color information
#D50444 (or 0xD50444) is known color: Crimson. HEX triplet: D5, 04 and 44. RGB value is (213,4,68). Sum of RGB (Red+Green+Blue) = 213+4+68=285 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.74% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 213 - color contains mainly: red. Hex color #D50444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50444 is #2AFBBB. Grayscale: #494949. Windows color (decimal): -2816956 or 4457685. OLE color: 4457685.
HSL color Cylindrical-coordinate representation of color #D50444: hue angle of 341.63º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D50444 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 68 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.16 |
| HSL | 341.63º | 0.96% | 0.43% | - |
| HSV(B) | 341.63º | 0.98% | 0.84% | - |
| XYZ | 28.53 | 14.65 | 6.79 | - |
| YUV | 73.79 | 124.74 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 68 | 0 | 0.98 | 0.68 | 0.16 | 341.63 | 0.96 | 0.43 |
| Hex | D5 | 4 | 44 | 0 | 62 | 44 | 10 | 156 | 60 | 2B |
| Octal | 325 | 4 | 104 | 0 | 142 | 104 | 20 | 526 | 140 | 53 |
| Binary | 11010101 | 100 | 1000100 | 0 | 1100010 | 1000100 | 10000 | 101010110 | 1100000 | 101011 |
Color Harmonies of #D50444
Complementary color
Monochromatic Colors of #D50444
Black with #D50444
Text Example
Text Example
White with #D50444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50444; }
p { color: rgb(213,4,68); }
H1.HeaderClassName
{
color: #D50444;
}
.AnyTagClassName
{
color: #D50444;
}
</style>
background-color css
<style>
a { background-color: #D50444; }
a { background-color: rgb(213,4,68); }
div.DivClassName
{
background-color: #D50444;
}
.BgClassName
{
background-color: #D50444;
}
</style>
border-color css
<style>
span { border-color: #D50444; }
span { border-color: rgb(213,4,68); }
td.TdClassName
{
border-color: #D50444;
}
.TagClassName
{
border-color: #D50444;
}
</style>