Shades of Crimson #D52038
Tints of Crimson #D52038
RGB
CMYK
RGB Variations
Color information
#D52038 (or 0xD52038) is known color: Crimson. HEX triplet: D5, 20 and 38. RGB value is (213,32,56). Sum of RGB (Red+Green+Blue) = 213+32+56=301 (39% of max value = 765). Red value is 213 (83.59% from 255 or 70.76% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 213 - color contains mainly: red. Hex color #D52038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52038 is #2ADFC7. Grayscale: #585858. Windows color (decimal): -2809800 or 3678421. OLE color: 3678421.
HSL color Cylindrical-coordinate representation of color #D52038: hue angle of 352.04º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52038 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 56 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.16 |
| HSL | 352.04º | 0.74% | 0.48% | - |
| HSV(B) | 352.04º | 0.85% | 0.84% | - |
| XYZ | 28.67 | 15.46 | 5.22 | - |
| YUV | 88.86 | 109.47 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 56 | 0 | 0.85 | 0.74 | 0.16 | 352.04 | 0.74 | 0.48 |
| Hex | D5 | 20 | 38 | 0 | 55 | 4A | 10 | 160 | 4A | 30 |
| Octal | 325 | 40 | 70 | 0 | 125 | 112 | 20 | 540 | 112 | 60 |
| Binary | 11010101 | 100000 | 111000 | 0 | 1010101 | 1001010 | 10000 | 101100000 | 1001010 | 110000 |
Color Harmonies of #D52038
Complementary color
Monochromatic Colors of #D52038
Black with #D52038
Text Example
Text Example
White with #D52038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52038; }
p { color: rgb(213,32,56); }
H1.HeaderClassName
{
color: #D52038;
}
.AnyTagClassName
{
color: #D52038;
}
</style>
background-color css
<style>
a { background-color: #D52038; }
a { background-color: rgb(213,32,56); }
div.DivClassName
{
background-color: #D52038;
}
.BgClassName
{
background-color: #D52038;
}
</style>
border-color css
<style>
span { border-color: #D52038; }
span { border-color: rgb(213,32,56); }
td.TdClassName
{
border-color: #D52038;
}
.TagClassName
{
border-color: #D52038;
}
</style>