Shades of Crimson #D5013A
Tints of Crimson #D5013A
RGB
CMYK
RGB Variations
Color information
#D5013A (or 0xD5013A) is known color: Crimson. HEX triplet: D5, 01 and 3A. RGB value is (213,1,58). Sum of RGB (Red+Green+Blue) = 213+1+58=272 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.31% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 213 - color contains mainly: red. Hex color #D5013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5013A is #2AFEC5. Grayscale: #464646. Windows color (decimal): -2817734 or 3801557. OLE color: 3801557.
HSL color Cylindrical-coordinate representation of color #D5013A: hue angle of 343.87º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5013A is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 58 | - |
| CMYK | 0 | 1.00 | 0.73 | 0.16 |
| HSL | 343.87º | 0.99% | 0.42% | - |
| HSV(B) | 343.87º | 1% | 0.84% | - |
| XYZ | 28.22 | 14.47 | 5.31 | - |
| YUV | 70.89 | 120.74 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 58 | 0 | 1.00 | 0.73 | 0.16 | 343.87 | 0.99 | 0.42 |
| Hex | D5 | 1 | 3A | 0 | 64 | 49 | 10 | 158 | 63 | 2A |
| Octal | 325 | 1 | 72 | 0 | 144 | 111 | 20 | 530 | 143 | 52 |
| Binary | 11010101 | 1 | 111010 | 0 | 1100100 | 1001001 | 10000 | 101011000 | 1100011 | 101010 |
Color Harmonies of #D5013A
Complementary color
Monochromatic Colors of #D5013A
Black with #D5013A
Text Example
Text Example
White with #D5013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5013A; }
p { color: rgb(213,1,58); }
H1.HeaderClassName
{
color: #D5013A;
}
.AnyTagClassName
{
color: #D5013A;
}
</style>
background-color css
<style>
a { background-color: #D5013A; }
a { background-color: rgb(213,1,58); }
div.DivClassName
{
background-color: #D5013A;
}
.BgClassName
{
background-color: #D5013A;
}
</style>
border-color css
<style>
span { border-color: #D5013A; }
span { border-color: rgb(213,1,58); }
td.TdClassName
{
border-color: #D5013A;
}
.TagClassName
{
border-color: #D5013A;
}
</style>