Shades of Crimson #D50438
Tints of Crimson #D50438
RGB
CMYK
RGB Variations
Color information
#D50438 (or 0xD50438) is known color: Crimson. HEX triplet: D5, 04 and 38. RGB value is (213,4,56). Sum of RGB (Red+Green+Blue) = 213+4+56=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D50438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50438 is #2AFBC7. Grayscale: #484848. Windows color (decimal): -2816968 or 3671253. OLE color: 3671253.
HSL color Cylindrical-coordinate representation of color #D50438: hue angle of 345.07º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D50438 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 56 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.16 |
| HSL | 345.07º | 0.96% | 0.43% | - |
| HSV(B) | 345.07º | 0.98% | 0.84% | - |
| XYZ | 28.2 | 14.52 | 5.06 | - |
| YUV | 72.42 | 118.74 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 56 | 0 | 0.98 | 0.74 | 0.16 | 345.07 | 0.96 | 0.43 |
| Hex | D5 | 4 | 38 | 0 | 62 | 4A | 10 | 159 | 60 | 2B |
| Octal | 325 | 4 | 70 | 0 | 142 | 112 | 20 | 531 | 140 | 53 |
| Binary | 11010101 | 100 | 111000 | 0 | 1100010 | 1001010 | 10000 | 101011001 | 1100000 | 101011 |
Color Harmonies of #D50438
Complementary color
Monochromatic Colors of #D50438
Black with #D50438
Text Example
Text Example
White with #D50438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50438; }
p { color: rgb(213,4,56); }
H1.HeaderClassName
{
color: #D50438;
}
.AnyTagClassName
{
color: #D50438;
}
</style>
background-color css
<style>
a { background-color: #D50438; }
a { background-color: rgb(213,4,56); }
div.DivClassName
{
background-color: #D50438;
}
.BgClassName
{
background-color: #D50438;
}
</style>
border-color css
<style>
span { border-color: #D50438; }
span { border-color: rgb(213,4,56); }
td.TdClassName
{
border-color: #D50438;
}
.TagClassName
{
border-color: #D50438;
}
</style>