Shades of Crimson #D50B32
Tints of Crimson #D50B32
RGB
CMYK
RGB Variations
Color information
#D50B32 (or 0xD50B32) is known color: Crimson. HEX triplet: D5, 0B and 32. RGB value is (213,11,50). Sum of RGB (Red+Green+Blue) = 213+11+50=274 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.74% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50B32 is #2AF4CD. Grayscale: #4B4B4B. Windows color (decimal): -2815182 or 3279829. OLE color: 3279829.
HSL color Cylindrical-coordinate representation of color #D50B32: hue angle of 348.42º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50B32 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 50 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.16 |
| HSL | 348.42º | 0.9% | 0.44% | - |
| HSV(B) | 348.42º | 0.95% | 0.84% | - |
| XYZ | 28.14 | 14.62 | 4.36 | - |
| YUV | 75.84 | 113.42 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 50 | 0 | 0.95 | 0.77 | 0.16 | 348.42 | 0.9 | 0.44 |
| Hex | D5 | B | 32 | 0 | 5F | 4D | 10 | 15C | 5A | 2C |
| Octal | 325 | 13 | 62 | 0 | 137 | 115 | 20 | 534 | 132 | 54 |
| Binary | 11010101 | 1011 | 110010 | 0 | 1011111 | 1001101 | 10000 | 101011100 | 1011010 | 101100 |
Color Harmonies of #D50B32
Complementary color
Monochromatic Colors of #D50B32
Black with #D50B32
Text Example
Text Example
White with #D50B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50B32; }
p { color: rgb(213,11,50); }
H1.HeaderClassName
{
color: #D50B32;
}
.AnyTagClassName
{
color: #D50B32;
}
</style>
background-color css
<style>
a { background-color: #D50B32; }
a { background-color: rgb(213,11,50); }
div.DivClassName
{
background-color: #D50B32;
}
.BgClassName
{
background-color: #D50B32;
}
</style>
border-color css
<style>
span { border-color: #D50B32; }
span { border-color: rgb(213,11,50); }
td.TdClassName
{
border-color: #D50B32;
}
.TagClassName
{
border-color: #D50B32;
}
</style>