Shades of Crimson #D50240
Tints of Crimson #D50240
RGB
CMYK
RGB Variations
Color information
#D50240 (or 0xD50240) is known color: Crimson. HEX triplet: D5, 02 and 40. RGB value is (213,2,64). Sum of RGB (Red+Green+Blue) = 213+2+64=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D50240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50240 is #2AFDBF. Grayscale: #484848. Windows color (decimal): -2817472 or 4195029. OLE color: 4195029.
HSL color Cylindrical-coordinate representation of color #D50240: hue angle of 342.37º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50240 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 64 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.16 |
| HSL | 342.37º | 0.98% | 0.42% | - |
| HSV(B) | 342.37º | 0.99% | 0.84% | - |
| XYZ | 28.39 | 14.56 | 6.16 | - |
| YUV | 72.16 | 123.4 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 64 | 0 | 0.99 | 0.70 | 0.16 | 342.37 | 0.98 | 0.42 |
| Hex | D5 | 2 | 40 | 0 | 63 | 46 | 10 | 156 | 62 | 2A |
| Octal | 325 | 2 | 100 | 0 | 143 | 106 | 20 | 526 | 142 | 52 |
| Binary | 11010101 | 10 | 1000000 | 0 | 1100011 | 1000110 | 10000 | 101010110 | 1100010 | 101010 |
Color Harmonies of #D50240
Complementary color
Monochromatic Colors of #D50240
Black with #D50240
Text Example
Text Example
White with #D50240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50240; }
p { color: rgb(213,2,64); }
H1.HeaderClassName
{
color: #D50240;
}
.AnyTagClassName
{
color: #D50240;
}
</style>
background-color css
<style>
a { background-color: #D50240; }
a { background-color: rgb(213,2,64); }
div.DivClassName
{
background-color: #D50240;
}
.BgClassName
{
background-color: #D50240;
}
</style>
border-color css
<style>
span { border-color: #D50240; }
span { border-color: rgb(213,2,64); }
td.TdClassName
{
border-color: #D50240;
}
.TagClassName
{
border-color: #D50240;
}
</style>