Shades of Crimson #D50231
Tints of Crimson #D50231
RGB
CMYK
RGB Variations
Color information
#D50231 (or 0xD50231) is known color: Crimson. HEX triplet: D5, 02 and 31. RGB value is (213,2,49). Sum of RGB (Red+Green+Blue) = 213+2+49=264 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.68% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 213 - color contains mainly: red. Hex color #D50231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50231 is #2AFDCE. Grayscale: #464646. Windows color (decimal): -2817487 or 3211989. OLE color: 3211989.
HSL color Cylindrical-coordinate representation of color #D50231: hue angle of 346.64º 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 #D50231 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 49 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.16 |
| HSL | 346.64º | 0.98% | 0.42% | - |
| HSV(B) | 346.64º | 0.99% | 0.84% | - |
| XYZ | 28.02 | 14.41 | 4.21 | - |
| YUV | 70.45 | 115.9 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 49 | 0 | 0.99 | 0.77 | 0.16 | 346.64 | 0.98 | 0.42 |
| Hex | D5 | 2 | 31 | 0 | 63 | 4D | 10 | 15B | 62 | 2A |
| Octal | 325 | 2 | 61 | 0 | 143 | 115 | 20 | 533 | 142 | 52 |
| Binary | 11010101 | 10 | 110001 | 0 | 1100011 | 1001101 | 10000 | 101011011 | 1100010 | 101010 |
Color Harmonies of #D50231
Complementary color
Monochromatic Colors of #D50231
Black with #D50231
Text Example
Text Example
White with #D50231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50231; }
p { color: rgb(213,2,49); }
H1.HeaderClassName
{
color: #D50231;
}
.AnyTagClassName
{
color: #D50231;
}
</style>
background-color css
<style>
a { background-color: #D50231; }
a { background-color: rgb(213,2,49); }
div.DivClassName
{
background-color: #D50231;
}
.BgClassName
{
background-color: #D50231;
}
</style>
border-color css
<style>
span { border-color: #D50231; }
span { border-color: rgb(213,2,49); }
td.TdClassName
{
border-color: #D50231;
}
.TagClassName
{
border-color: #D50231;
}
</style>