Shades of Crimson #D52143
Tints of Crimson #D52143
RGB
CMYK
RGB Variations
Color information
#D52143 (or 0xD52143) is known color: Crimson. HEX triplet: D5, 21 and 43. RGB value is (213,33,67). Sum of RGB (Red+Green+Blue) = 213+33+67=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D52143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52143 is #2ADEBC. Grayscale: #5A5A5A. Windows color (decimal): -2809533 or 4399573. OLE color: 4399573.
HSL color Cylindrical-coordinate representation of color #D52143: hue angle of 348.67º degrees, saturation: 0.73, 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 #D52143 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 67 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.16 |
| HSL | 348.67º | 0.73% | 0.48% | - |
| HSV(B) | 348.67º | 0.85% | 0.84% | - |
| XYZ | 29 | 15.64 | 6.8 | - |
| YUV | 90.7 | 114.63 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 67 | 0 | 0.85 | 0.69 | 0.16 | 348.67 | 0.73 | 0.48 |
| Hex | D5 | 21 | 43 | 0 | 55 | 45 | 10 | 15D | 49 | 30 |
| Octal | 325 | 41 | 103 | 0 | 125 | 105 | 20 | 535 | 111 | 60 |
| Binary | 11010101 | 100001 | 1000011 | 0 | 1010101 | 1000101 | 10000 | 101011101 | 1001001 | 110000 |
Color Harmonies of #D52143
Complementary color
Monochromatic Colors of #D52143
Black with #D52143
Text Example
Text Example
White with #D52143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52143; }
p { color: rgb(213,33,67); }
H1.HeaderClassName
{
color: #D52143;
}
.AnyTagClassName
{
color: #D52143;
}
</style>
background-color css
<style>
a { background-color: #D52143; }
a { background-color: rgb(213,33,67); }
div.DivClassName
{
background-color: #D52143;
}
.BgClassName
{
background-color: #D52143;
}
</style>
border-color css
<style>
span { border-color: #D52143; }
span { border-color: rgb(213,33,67); }
td.TdClassName
{
border-color: #D52143;
}
.TagClassName
{
border-color: #D52143;
}
</style>