Shades of Crimson #D5102D
Tints of Crimson #D5102D
RGB
CMYK
RGB Variations
Color information
#D5102D (or 0xD5102D) is known color: Crimson. HEX triplet: D5, 10 and 2D. RGB value is (213,16,45). Sum of RGB (Red+Green+Blue) = 213+16+45=274 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.74% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 213 - color contains mainly: red. Hex color #D5102D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5102D is #2AEFD2. Grayscale: #4E4E4E. Windows color (decimal): -2813907 or 2953429. OLE color: 2953429.
HSL color Cylindrical-coordinate representation of color #D5102D: hue angle of 351.17º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5102D is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 16 | 45 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.16 |
| HSL | 351.17º | 0.86% | 0.45% | - |
| HSV(B) | 351.17º | 0.92% | 0.84% | - |
| XYZ | 28.1 | 14.71 | 3.84 | - |
| YUV | 78.21 | 109.27 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 45 | 0 | 0.92 | 0.79 | 0.16 | 351.17 | 0.86 | 0.45 |
| Hex | D5 | 10 | 2D | 0 | 5C | 4F | 10 | 15F | 56 | 2D |
| Octal | 325 | 20 | 55 | 0 | 134 | 117 | 20 | 537 | 126 | 55 |
| Binary | 11010101 | 10000 | 101101 | 0 | 1011100 | 1001111 | 10000 | 101011111 | 1010110 | 101101 |
Color Harmonies of #D5102D
Complementary color
Monochromatic Colors of #D5102D
Black with #D5102D
Text Example
Text Example
White with #D5102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5102D; }
p { color: rgb(213,16,45); }
H1.HeaderClassName
{
color: #D5102D;
}
.AnyTagClassName
{
color: #D5102D;
}
</style>
background-color css
<style>
a { background-color: #D5102D; }
a { background-color: rgb(213,16,45); }
div.DivClassName
{
background-color: #D5102D;
}
.BgClassName
{
background-color: #D5102D;
}
</style>
border-color css
<style>
span { border-color: #D5102D; }
span { border-color: rgb(213,16,45); }
td.TdClassName
{
border-color: #D5102D;
}
.TagClassName
{
border-color: #D5102D;
}
</style>