Shades of Crimson #D5043D
Tints of Crimson #D5043D
RGB
CMYK
RGB Variations
Color information
#D5043D (or 0xD5043D) is known color: Crimson. HEX triplet: D5, 04 and 3D. RGB value is (213,4,61). Sum of RGB (Red+Green+Blue) = 213+4+61=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D5043D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5043D is #2AFBC2. Grayscale: #484848. Windows color (decimal): -2816963 or 3998933. OLE color: 3998933.
HSL color Cylindrical-coordinate representation of color #D5043D: hue angle of 343.64º 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 #D5043D is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 61 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.16 |
| HSL | 343.64º | 0.96% | 0.43% | - |
| HSV(B) | 343.64º | 0.98% | 0.84% | - |
| XYZ | 28.33 | 14.57 | 5.73 | - |
| YUV | 72.99 | 121.24 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 61 | 0 | 0.98 | 0.71 | 0.16 | 343.64 | 0.96 | 0.43 |
| Hex | D5 | 4 | 3D | 0 | 62 | 47 | 10 | 158 | 60 | 2B |
| Octal | 325 | 4 | 75 | 0 | 142 | 107 | 20 | 530 | 140 | 53 |
| Binary | 11010101 | 100 | 111101 | 0 | 1100010 | 1000111 | 10000 | 101011000 | 1100000 | 101011 |
Color Harmonies of #D5043D
Complementary color
Monochromatic Colors of #D5043D
Black with #D5043D
Text Example
Text Example
White with #D5043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5043D; }
p { color: rgb(213,4,61); }
H1.HeaderClassName
{
color: #D5043D;
}
.AnyTagClassName
{
color: #D5043D;
}
</style>
background-color css
<style>
a { background-color: #D5043D; }
a { background-color: rgb(213,4,61); }
div.DivClassName
{
background-color: #D5043D;
}
.BgClassName
{
background-color: #D5043D;
}
</style>
border-color css
<style>
span { border-color: #D5043D; }
span { border-color: rgb(213,4,61); }
td.TdClassName
{
border-color: #D5043D;
}
.TagClassName
{
border-color: #D5043D;
}
</style>