Shades of Crimson #D50033
Tints of Crimson #D50033
RGB
CMYK
RGB Variations
Color information
#D50033 (or 0xD50033) is known color: Crimson. HEX triplet: D5, 00 and 33. RGB value is (213,0,51). Sum of RGB (Red+Green+Blue) = 213+0+51=264 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.68% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 213 - color contains mainly: red. Hex color #D50033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50033 is #2AFFCC. Grayscale: #454545. Windows color (decimal): -2817997 or 3342549. OLE color: 3342549.
HSL color Cylindrical-coordinate representation of color #D50033: hue angle of 345.63º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50033 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.76 | 0.16 |
| HSL | 345.63º | 1% | 0.42% | - |
| HSV(B) | 345.63º | 1% | 0.84% | - |
| XYZ | 28.04 | 14.39 | 4.43 | - |
| YUV | 69.5 | 117.57 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 51 | 0 | 1 | 0.76 | 0.16 | 345.63 | 1 | 0.42 |
| Hex | D5 | 0 | 33 | 0 | 64 | 4C | 10 | 15A | 64 | 2A |
| Octal | 325 | 0 | 63 | 0 | 144 | 114 | 20 | 532 | 144 | 52 |
| Binary | 11010101 | 0 | 110011 | 0 | 1100100 | 1001100 | 10000 | 101011010 | 1100100 | 101010 |
Color Harmonies of #D50033
Complementary color
Monochromatic Colors of #D50033
Black with #D50033
Text Example
Text Example
White with #D50033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50033; }
p { color: rgb(213,0,51); }
H1.HeaderClassName
{
color: #D50033;
}
.AnyTagClassName
{
color: #D50033;
}
</style>
background-color css
<style>
a { background-color: #D50033; }
a { background-color: rgb(213,0,51); }
div.DivClassName
{
background-color: #D50033;
}
.BgClassName
{
background-color: #D50033;
}
</style>
border-color css
<style>
span { border-color: #D50033; }
span { border-color: rgb(213,0,51); }
td.TdClassName
{
border-color: #D50033;
}
.TagClassName
{
border-color: #D50033;
}
</style>