Shades of Crimson #D5103B
Tints of Crimson #D5103B
RGB
CMYK
RGB Variations
Color information
#D5103B (or 0xD5103B) is known color: Crimson. HEX triplet: D5, 10 and 3B. RGB value is (213,16,59). Sum of RGB (Red+Green+Blue) = 213+16+59=288 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.96% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 213 - color contains mainly: red. Hex color #D5103B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5103B is #2AEFC4. Grayscale: #4F4F4F. Windows color (decimal): -2813893 or 3870933. OLE color: 3870933.
HSL color Cylindrical-coordinate representation of color #D5103B: hue angle of 346.9º 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 #D5103B is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 16 | 59 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.16 |
| HSL | 346.9º | 0.86% | 0.45% | - |
| HSV(B) | 346.9º | 0.92% | 0.84% | - |
| XYZ | 28.42 | 14.83 | 5.5 | - |
| YUV | 79.81 | 116.27 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 59 | 0 | 0.92 | 0.72 | 0.16 | 346.9 | 0.86 | 0.45 |
| Hex | D5 | 10 | 3B | 0 | 5C | 48 | 10 | 15B | 56 | 2D |
| Octal | 325 | 20 | 73 | 0 | 134 | 110 | 20 | 533 | 126 | 55 |
| Binary | 11010101 | 10000 | 111011 | 0 | 1011100 | 1001000 | 10000 | 101011011 | 1010110 | 101101 |
Color Harmonies of #D5103B
Complementary color
Monochromatic Colors of #D5103B
Black with #D5103B
Text Example
Text Example
White with #D5103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5103B; }
p { color: rgb(213,16,59); }
H1.HeaderClassName
{
color: #D5103B;
}
.AnyTagClassName
{
color: #D5103B;
}
</style>
background-color css
<style>
a { background-color: #D5103B; }
a { background-color: rgb(213,16,59); }
div.DivClassName
{
background-color: #D5103B;
}
.BgClassName
{
background-color: #D5103B;
}
</style>
border-color css
<style>
span { border-color: #D5103B; }
span { border-color: rgb(213,16,59); }
td.TdClassName
{
border-color: #D5103B;
}
.TagClassName
{
border-color: #D5103B;
}
</style>