Shades of Crimson #D5043B
Tints of Crimson #D5043B
RGB
CMYK
RGB Variations
Color information
#D5043B (or 0xD5043B) is known color: Crimson. HEX triplet: D5, 04 and 3B. RGB value is (213,4,59). Sum of RGB (Red+Green+Blue) = 213+4+59=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D5043B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5043B is #2AFBC4. Grayscale: #484848. Windows color (decimal): -2816965 or 3867861. OLE color: 3867861.
HSL color Cylindrical-coordinate representation of color #D5043B: hue angle of 344.21º 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 #D5043B is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 59 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.16 |
| HSL | 344.21º | 0.96% | 0.43% | - |
| HSV(B) | 344.21º | 0.98% | 0.84% | - |
| XYZ | 28.27 | 14.55 | 5.46 | - |
| YUV | 72.76 | 120.24 | 228.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 59 | 0 | 0.98 | 0.72 | 0.16 | 344.21 | 0.96 | 0.43 |
| Hex | D5 | 4 | 3B | 0 | 62 | 48 | 10 | 158 | 60 | 2B |
| Octal | 325 | 4 | 73 | 0 | 142 | 110 | 20 | 530 | 140 | 53 |
| Binary | 11010101 | 100 | 111011 | 0 | 1100010 | 1001000 | 10000 | 101011000 | 1100000 | 101011 |
Color Harmonies of #D5043B
Complementary color
Monochromatic Colors of #D5043B
Black with #D5043B
Text Example
Text Example
White with #D5043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5043B; }
p { color: rgb(213,4,59); }
H1.HeaderClassName
{
color: #D5043B;
}
.AnyTagClassName
{
color: #D5043B;
}
</style>
background-color css
<style>
a { background-color: #D5043B; }
a { background-color: rgb(213,4,59); }
div.DivClassName
{
background-color: #D5043B;
}
.BgClassName
{
background-color: #D5043B;
}
</style>
border-color css
<style>
span { border-color: #D5043B; }
span { border-color: rgb(213,4,59); }
td.TdClassName
{
border-color: #D5043B;
}
.TagClassName
{
border-color: #D5043B;
}
</style>