Shades of Crimson #D50136
Tints of Crimson #D50136
RGB
CMYK
RGB Variations
Color information
#D50136 (or 0xD50136) is known color: Crimson. HEX triplet: D5, 01 and 36. RGB value is (213,1,54). Sum of RGB (Red+Green+Blue) = 213+1+54=268 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.48% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 213 - color contains mainly: red. Hex color #D50136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50136 is #2AFEC9. Grayscale: #464646. Windows color (decimal): -2817738 or 3539413. OLE color: 3539413.
HSL color Cylindrical-coordinate representation of color #D50136: hue angle of 345º 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 #D50136 is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 54 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.16 |
| HSL | 345º | 0.99% | 0.42% | - |
| HSV(B) | 345º | 1% | 0.84% | - |
| XYZ | 28.12 | 14.43 | 4.79 | - |
| YUV | 70.43 | 118.74 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 54 | 0 | 1.00 | 0.75 | 0.16 | 345 | 0.99 | 0.42 |
| Hex | D5 | 1 | 36 | 0 | 64 | 4B | 10 | 159 | 63 | 2A |
| Octal | 325 | 1 | 66 | 0 | 144 | 113 | 20 | 531 | 143 | 52 |
| Binary | 11010101 | 1 | 110110 | 0 | 1100100 | 1001011 | 10000 | 101011001 | 1100011 | 101010 |
Color Harmonies of #D50136
Complementary color
Monochromatic Colors of #D50136
Black with #D50136
Text Example
Text Example
White with #D50136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50136; }
p { color: rgb(213,1,54); }
H1.HeaderClassName
{
color: #D50136;
}
.AnyTagClassName
{
color: #D50136;
}
</style>
background-color css
<style>
a { background-color: #D50136; }
a { background-color: rgb(213,1,54); }
div.DivClassName
{
background-color: #D50136;
}
.BgClassName
{
background-color: #D50136;
}
</style>
border-color css
<style>
span { border-color: #D50136; }
span { border-color: rgb(213,1,54); }
td.TdClassName
{
border-color: #D50136;
}
.TagClassName
{
border-color: #D50136;
}
</style>