Shades of Crimson #D50338
Tints of Crimson #D50338
RGB
CMYK
RGB Variations
Color information
#D50338 (or 0xD50338) is known color: Crimson. HEX triplet: D5, 03 and 38. RGB value is (213,3,56). Sum of RGB (Red+Green+Blue) = 213+3+56=272 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.31% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 213 - color contains mainly: red. Hex color #D50338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50338 is #2AFCC7. Grayscale: #474747. Windows color (decimal): -2817224 or 3670997. OLE color: 3670997.
HSL color Cylindrical-coordinate representation of color #D50338: hue angle of 344.86º 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 #D50338 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 56 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.16 |
| HSL | 344.86º | 0.97% | 0.42% | - |
| HSV(B) | 344.86º | 0.99% | 0.84% | - |
| XYZ | 28.19 | 14.5 | 5.05 | - |
| YUV | 71.83 | 119.07 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 56 | 0 | 0.99 | 0.74 | 0.16 | 344.86 | 0.97 | 0.42 |
| Hex | D5 | 3 | 38 | 0 | 63 | 4A | 10 | 159 | 61 | 2A |
| Octal | 325 | 3 | 70 | 0 | 143 | 112 | 20 | 531 | 141 | 52 |
| Binary | 11010101 | 11 | 111000 | 0 | 1100011 | 1001010 | 10000 | 101011001 | 1100001 | 101010 |
Color Harmonies of #D50338
Complementary color
Monochromatic Colors of #D50338
Black with #D50338
Text Example
Text Example
White with #D50338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50338; }
p { color: rgb(213,3,56); }
H1.HeaderClassName
{
color: #D50338;
}
.AnyTagClassName
{
color: #D50338;
}
</style>
background-color css
<style>
a { background-color: #D50338; }
a { background-color: rgb(213,3,56); }
div.DivClassName
{
background-color: #D50338;
}
.BgClassName
{
background-color: #D50338;
}
</style>
border-color css
<style>
span { border-color: #D50338; }
span { border-color: rgb(213,3,56); }
td.TdClassName
{
border-color: #D50338;
}
.TagClassName
{
border-color: #D50338;
}
</style>