Shades of Crimson #D50038
Tints of Crimson #D50038
RGB
CMYK
RGB Variations
Color information
#D50038 (or 0xD50038) is known color: Crimson. HEX triplet: D5, 00 and 38. RGB value is (213,0,56). Sum of RGB (Red+Green+Blue) = 213+0+56=269 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.18% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 213 - color contains mainly: red. Hex color #D50038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50038 is #2AFFC7. Grayscale: #464646. Windows color (decimal): -2817992 or 3670229. OLE color: 3670229.
HSL color Cylindrical-coordinate representation of color #D50038: hue angle of 344.23º 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 #D50038 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.74 | 0.16 |
| HSL | 344.23º | 1% | 0.42% | - |
| HSV(B) | 344.23º | 1% | 0.84% | - |
| XYZ | 28.15 | 14.43 | 5.04 | - |
| YUV | 70.07 | 120.07 | 229.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 56 | 0 | 1 | 0.74 | 0.16 | 344.23 | 1 | 0.42 |
| Hex | D5 | 0 | 38 | 0 | 64 | 4A | 10 | 158 | 64 | 2A |
| Octal | 325 | 0 | 70 | 0 | 144 | 112 | 20 | 530 | 144 | 52 |
| Binary | 11010101 | 0 | 111000 | 0 | 1100100 | 1001010 | 10000 | 101011000 | 1100100 | 101010 |
Color Harmonies of #D50038
Complementary color
Monochromatic Colors of #D50038
Black with #D50038
Text Example
Text Example
White with #D50038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50038; }
p { color: rgb(213,0,56); }
H1.HeaderClassName
{
color: #D50038;
}
.AnyTagClassName
{
color: #D50038;
}
</style>
background-color css
<style>
a { background-color: #D50038; }
a { background-color: rgb(213,0,56); }
div.DivClassName
{
background-color: #D50038;
}
.BgClassName
{
background-color: #D50038;
}
</style>
border-color css
<style>
span { border-color: #D50038; }
span { border-color: rgb(213,0,56); }
td.TdClassName
{
border-color: #D50038;
}
.TagClassName
{
border-color: #D50038;
}
</style>