Shades of Crimson #D5133A
Tints of Crimson #D5133A
RGB
CMYK
RGB Variations
Color information
#D5133A (or 0xD5133A) is known color: Crimson. HEX triplet: D5, 13 and 3A. RGB value is (213,19,58). Sum of RGB (Red+Green+Blue) = 213+19+58=290 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.45% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 213 - color contains mainly: red. Hex color #D5133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5133A is #2AECC5. Grayscale: #515151. Windows color (decimal): -2813126 or 3806165. OLE color: 3806165.
HSL color Cylindrical-coordinate representation of color #D5133A: hue angle of 347.94º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5133A is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 58 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.16 |
| HSL | 347.94º | 0.84% | 0.45% | - |
| HSV(B) | 347.94º | 0.91% | 0.84% | - |
| XYZ | 28.44 | 14.92 | 5.38 | - |
| YUV | 81.45 | 114.77 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 58 | 0 | 0.91 | 0.73 | 0.16 | 347.94 | 0.84 | 0.45 |
| Hex | D5 | 13 | 3A | 0 | 5B | 49 | 10 | 15C | 54 | 2D |
| Octal | 325 | 23 | 72 | 0 | 133 | 111 | 20 | 534 | 124 | 55 |
| Binary | 11010101 | 10011 | 111010 | 0 | 1011011 | 1001001 | 10000 | 101011100 | 1010100 | 101101 |
Color Harmonies of #D5133A
Complementary color
Monochromatic Colors of #D5133A
Black with #D5133A
Text Example
Text Example
White with #D5133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5133A; }
p { color: rgb(213,19,58); }
H1.HeaderClassName
{
color: #D5133A;
}
.AnyTagClassName
{
color: #D5133A;
}
</style>
background-color css
<style>
a { background-color: #D5133A; }
a { background-color: rgb(213,19,58); }
div.DivClassName
{
background-color: #D5133A;
}
.BgClassName
{
background-color: #D5133A;
}
</style>
border-color css
<style>
span { border-color: #D5133A; }
span { border-color: rgb(213,19,58); }
td.TdClassName
{
border-color: #D5133A;
}
.TagClassName
{
border-color: #D5133A;
}
</style>