Shades of Crimson #D5143D
Tints of Crimson #D5143D
RGB
CMYK
RGB Variations
Color information
#D5143D (or 0xD5143D) is known color: Crimson. HEX triplet: D5, 14 and 3D. RGB value is (213,20,61). Sum of RGB (Red+Green+Blue) = 213+20+61=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D5143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5143D is #2AEBC2. Grayscale: #525252. Windows color (decimal): -2812867 or 4003029. OLE color: 4003029.
HSL color Cylindrical-coordinate representation of color #D5143D: hue angle of 347.25º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5143D is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 61 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.16 |
| HSL | 347.25º | 0.83% | 0.46% | - |
| HSV(B) | 347.25º | 0.91% | 0.84% | - |
| XYZ | 28.53 | 14.98 | 5.8 | - |
| YUV | 82.38 | 115.94 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 61 | 0 | 0.91 | 0.71 | 0.16 | 347.25 | 0.83 | 0.46 |
| Hex | D5 | 14 | 3D | 0 | 5B | 47 | 10 | 15B | 53 | 2E |
| Octal | 325 | 24 | 75 | 0 | 133 | 107 | 20 | 533 | 123 | 56 |
| Binary | 11010101 | 10100 | 111101 | 0 | 1011011 | 1000111 | 10000 | 101011011 | 1010011 | 101110 |
Color Harmonies of #D5143D
Complementary color
Monochromatic Colors of #D5143D
Black with #D5143D
Text Example
Text Example
White with #D5143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5143D; }
p { color: rgb(213,20,61); }
H1.HeaderClassName
{
color: #D5143D;
}
.AnyTagClassName
{
color: #D5143D;
}
</style>
background-color css
<style>
a { background-color: #D5143D; }
a { background-color: rgb(213,20,61); }
div.DivClassName
{
background-color: #D5143D;
}
.BgClassName
{
background-color: #D5143D;
}
</style>
border-color css
<style>
span { border-color: #D5143D; }
span { border-color: rgb(213,20,61); }
td.TdClassName
{
border-color: #D5143D;
}
.TagClassName
{
border-color: #D5143D;
}
</style>