Shades of Crimson #D50334
Tints of Crimson #D50334
RGB
CMYK
RGB Variations
Color information
#D50334 (or 0xD50334) is known color: Crimson. HEX triplet: D5, 03 and 34. RGB value is (213,3,52). Sum of RGB (Red+Green+Blue) = 213+3+52=268 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.48% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 213 - color contains mainly: red. Hex color #D50334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50334 is #2AFCCB. Grayscale: #474747. Windows color (decimal): -2817228 or 3408853. OLE color: 3408853.
HSL color Cylindrical-coordinate representation of color #D50334: hue angle of 346º 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 #D50334 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 52 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.16 |
| HSL | 346º | 0.97% | 0.42% | - |
| HSV(B) | 346º | 0.99% | 0.84% | - |
| XYZ | 28.09 | 14.46 | 4.56 | - |
| YUV | 71.38 | 117.07 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 52 | 0 | 0.99 | 0.76 | 0.16 | 346 | 0.97 | 0.42 |
| Hex | D5 | 3 | 34 | 0 | 63 | 4C | 10 | 15A | 61 | 2A |
| Octal | 325 | 3 | 64 | 0 | 143 | 114 | 20 | 532 | 141 | 52 |
| Binary | 11010101 | 11 | 110100 | 0 | 1100011 | 1001100 | 10000 | 101011010 | 1100001 | 101010 |
Color Harmonies of #D50334
Complementary color
Monochromatic Colors of #D50334
Black with #D50334
Text Example
Text Example
White with #D50334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50334; }
p { color: rgb(213,3,52); }
H1.HeaderClassName
{
color: #D50334;
}
.AnyTagClassName
{
color: #D50334;
}
</style>
background-color css
<style>
a { background-color: #D50334; }
a { background-color: rgb(213,3,52); }
div.DivClassName
{
background-color: #D50334;
}
.BgClassName
{
background-color: #D50334;
}
</style>
border-color css
<style>
span { border-color: #D50334; }
span { border-color: rgb(213,3,52); }
td.TdClassName
{
border-color: #D50334;
}
.TagClassName
{
border-color: #D50334;
}
</style>