Shades of Crimson #D50B33
Tints of Crimson #D50B33
RGB
CMYK
RGB Variations
Color information
#D50B33 (or 0xD50B33) is known color: Crimson. HEX triplet: D5, 0B and 33. RGB value is (213,11,51). Sum of RGB (Red+Green+Blue) = 213+11+51=275 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.45% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50B33 is #2AF4CC. Grayscale: #4C4C4C. Windows color (decimal): -2815181 or 3345365. OLE color: 3345365.
HSL color Cylindrical-coordinate representation of color #D50B33: hue angle of 348.12º 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 #D50B33 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 51 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.16 |
| HSL | 348.12º | 0.9% | 0.44% | - |
| HSV(B) | 348.12º | 0.95% | 0.84% | - |
| XYZ | 28.16 | 14.62 | 4.47 | - |
| YUV | 75.96 | 113.92 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 51 | 0 | 0.95 | 0.76 | 0.16 | 348.12 | 0.9 | 0.44 |
| Hex | D5 | B | 33 | 0 | 5F | 4C | 10 | 15C | 5A | 2C |
| Octal | 325 | 13 | 63 | 0 | 137 | 114 | 20 | 534 | 132 | 54 |
| Binary | 11010101 | 1011 | 110011 | 0 | 1011111 | 1001100 | 10000 | 101011100 | 1011010 | 101100 |
Color Harmonies of #D50B33
Complementary color
Monochromatic Colors of #D50B33
Black with #D50B33
Text Example
Text Example
White with #D50B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50B33; }
p { color: rgb(213,11,51); }
H1.HeaderClassName
{
color: #D50B33;
}
.AnyTagClassName
{
color: #D50B33;
}
</style>
background-color css
<style>
a { background-color: #D50B33; }
a { background-color: rgb(213,11,51); }
div.DivClassName
{
background-color: #D50B33;
}
.BgClassName
{
background-color: #D50B33;
}
</style>
border-color css
<style>
span { border-color: #D50B33; }
span { border-color: rgb(213,11,51); }
td.TdClassName
{
border-color: #D50B33;
}
.TagClassName
{
border-color: #D50B33;
}
</style>