Shades of Crimson #D5053D
Tints of Crimson #D5053D
RGB
CMYK
RGB Variations
Color information
#D5053D (or 0xD5053D) is known color: Crimson. HEX triplet: D5, 05 and 3D. RGB value is (213,5,61). Sum of RGB (Red+Green+Blue) = 213+5+61=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D5053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5053D is #2AFAC2. Grayscale: #494949. Windows color (decimal): -2816707 or 3999189. OLE color: 3999189.
HSL color Cylindrical-coordinate representation of color #D5053D: hue angle of 343.85º degrees, saturation: 0.95, 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 #D5053D is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 61 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.16 |
| HSL | 343.85º | 0.95% | 0.43% | - |
| HSV(B) | 343.85º | 0.98% | 0.84% | - |
| XYZ | 28.34 | 14.59 | 5.74 | - |
| YUV | 73.58 | 120.91 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 61 | 0 | 0.98 | 0.71 | 0.16 | 343.85 | 0.95 | 0.43 |
| Hex | D5 | 5 | 3D | 0 | 62 | 47 | 10 | 158 | 5F | 2B |
| Octal | 325 | 5 | 75 | 0 | 142 | 107 | 20 | 530 | 137 | 53 |
| Binary | 11010101 | 101 | 111101 | 0 | 1100010 | 1000111 | 10000 | 101011000 | 1011111 | 101011 |
Color Harmonies of #D5053D
Complementary color
Monochromatic Colors of #D5053D
Black with #D5053D
Text Example
Text Example
White with #D5053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5053D; }
p { color: rgb(213,5,61); }
H1.HeaderClassName
{
color: #D5053D;
}
.AnyTagClassName
{
color: #D5053D;
}
</style>
background-color css
<style>
a { background-color: #D5053D; }
a { background-color: rgb(213,5,61); }
div.DivClassName
{
background-color: #D5053D;
}
.BgClassName
{
background-color: #D5053D;
}
</style>
border-color css
<style>
span { border-color: #D5053D; }
span { border-color: rgb(213,5,61); }
td.TdClassName
{
border-color: #D5053D;
}
.TagClassName
{
border-color: #D5053D;
}
</style>