Shades of Crimson #D50333
Tints of Crimson #D50333
RGB
CMYK
RGB Variations
Color information
#D50333 (or 0xD50333) is known color: Crimson. HEX triplet: D5, 03 and 33. RGB value is (213,3,51). Sum of RGB (Red+Green+Blue) = 213+3+51=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D50333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50333 is #2AFCCC. Grayscale: #474747. Windows color (decimal): -2817229 or 3343317. OLE color: 3343317.
HSL color Cylindrical-coordinate representation of color #D50333: hue angle of 346.29º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50333 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 51 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.16 |
| HSL | 346.29º | 0.97% | 0.42% | - |
| HSV(B) | 346.29º | 0.99% | 0.84% | - |
| XYZ | 28.07 | 14.45 | 4.44 | - |
| YUV | 71.26 | 116.57 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 51 | 0 | 0.99 | 0.76 | 0.16 | 346.29 | 0.97 | 0.42 |
| Hex | D5 | 3 | 33 | 0 | 63 | 4C | 10 | 15A | 61 | 2A |
| Octal | 325 | 3 | 63 | 0 | 143 | 114 | 20 | 532 | 141 | 52 |
| Binary | 11010101 | 11 | 110011 | 0 | 1100011 | 1001100 | 10000 | 101011010 | 1100001 | 101010 |
Color Harmonies of #D50333
Complementary color
Monochromatic Colors of #D50333
Black with #D50333
Text Example
Text Example
White with #D50333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50333; }
p { color: rgb(213,3,51); }
H1.HeaderClassName
{
color: #D50333;
}
.AnyTagClassName
{
color: #D50333;
}
</style>
background-color css
<style>
a { background-color: #D50333; }
a { background-color: rgb(213,3,51); }
div.DivClassName
{
background-color: #D50333;
}
.BgClassName
{
background-color: #D50333;
}
</style>
border-color css
<style>
span { border-color: #D50333; }
span { border-color: rgb(213,3,51); }
td.TdClassName
{
border-color: #D50333;
}
.TagClassName
{
border-color: #D50333;
}
</style>