Shades of Crimson #D5103C
Tints of Crimson #D5103C
RGB
CMYK
RGB Variations
Color information
#D5103C (or 0xD5103C) is known color: Crimson. HEX triplet: D5, 10 and 3C. RGB value is (213,16,60). Sum of RGB (Red+Green+Blue) = 213+16+60=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D5103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5103C is #2AEFC3. Grayscale: #4F4F4F. Windows color (decimal): -2813892 or 3936469. OLE color: 3936469.
HSL color Cylindrical-coordinate representation of color #D5103C: hue angle of 346.6º 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 #D5103C is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 16 | 60 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.16 |
| HSL | 346.6º | 0.86% | 0.45% | - |
| HSV(B) | 346.6º | 0.92% | 0.84% | - |
| XYZ | 28.44 | 14.84 | 5.64 | - |
| YUV | 79.92 | 116.77 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 60 | 0 | 0.92 | 0.72 | 0.16 | 346.6 | 0.86 | 0.45 |
| Hex | D5 | 10 | 3C | 0 | 5C | 48 | 10 | 15B | 56 | 2D |
| Octal | 325 | 20 | 74 | 0 | 134 | 110 | 20 | 533 | 126 | 55 |
| Binary | 11010101 | 10000 | 111100 | 0 | 1011100 | 1001000 | 10000 | 101011011 | 1010110 | 101101 |
Color Harmonies of #D5103C
Complementary color
Monochromatic Colors of #D5103C
Black with #D5103C
Text Example
Text Example
White with #D5103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5103C; }
p { color: rgb(213,16,60); }
H1.HeaderClassName
{
color: #D5103C;
}
.AnyTagClassName
{
color: #D5103C;
}
</style>
background-color css
<style>
a { background-color: #D5103C; }
a { background-color: rgb(213,16,60); }
div.DivClassName
{
background-color: #D5103C;
}
.BgClassName
{
background-color: #D5103C;
}
</style>
border-color css
<style>
span { border-color: #D5103C; }
span { border-color: rgb(213,16,60); }
td.TdClassName
{
border-color: #D5103C;
}
.TagClassName
{
border-color: #D5103C;
}
</style>