Shades of Crimson #D50B34
Tints of Crimson #D50B34
RGB
CMYK
RGB Variations
Color information
#D50B34 (or 0xD50B34) is known color: Crimson. HEX triplet: D5, 0B and 34. RGB value is (213,11,52). Sum of RGB (Red+Green+Blue) = 213+11+52=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50B34 is #2AF4CB. Grayscale: #4C4C4C. Windows color (decimal): -2815180 or 3410901. OLE color: 3410901.
HSL color Cylindrical-coordinate representation of color #D50B34: hue angle of 347.82º 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 #D50B34 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 52 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.16 |
| HSL | 347.82º | 0.9% | 0.44% | - |
| HSV(B) | 347.82º | 0.95% | 0.84% | - |
| XYZ | 28.18 | 14.63 | 4.59 | - |
| YUV | 76.07 | 114.42 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 52 | 0 | 0.95 | 0.76 | 0.16 | 347.82 | 0.9 | 0.44 |
| Hex | D5 | B | 34 | 0 | 5F | 4C | 10 | 15C | 5A | 2C |
| Octal | 325 | 13 | 64 | 0 | 137 | 114 | 20 | 534 | 132 | 54 |
| Binary | 11010101 | 1011 | 110100 | 0 | 1011111 | 1001100 | 10000 | 101011100 | 1011010 | 101100 |
Color Harmonies of #D50B34
Complementary color
Monochromatic Colors of #D50B34
Black with #D50B34
Text Example
Text Example
White with #D50B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50B34; }
p { color: rgb(213,11,52); }
H1.HeaderClassName
{
color: #D50B34;
}
.AnyTagClassName
{
color: #D50B34;
}
</style>
background-color css
<style>
a { background-color: #D50B34; }
a { background-color: rgb(213,11,52); }
div.DivClassName
{
background-color: #D50B34;
}
.BgClassName
{
background-color: #D50B34;
}
</style>
border-color css
<style>
span { border-color: #D50B34; }
span { border-color: rgb(213,11,52); }
td.TdClassName
{
border-color: #D50B34;
}
.TagClassName
{
border-color: #D50B34;
}
</style>