Shades of Crimson #D4103E
Tints of Crimson #D4103E
RGB
CMYK
RGB Variations
Color information
#D4103E (or 0xD4103E) is known color: Crimson. HEX triplet: D4, 10 and 3E. RGB value is (212,16,62). Sum of RGB (Red+Green+Blue) = 212+16+62=290 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.10% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 212 - color contains mainly: red. Hex color #D4103E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4103E is #2BEFC1. Grayscale: #4F4F4F. Windows color (decimal): -2879426 or 4067540. OLE color: 4067540.
HSL color Cylindrical-coordinate representation of color #D4103E: hue angle of 345.92º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4103E is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 16 | 62 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.17 |
| HSL | 345.92º | 0.86% | 0.45% | - |
| HSV(B) | 345.92º | 0.92% | 0.83% | - |
| XYZ | 28.21 | 14.72 | 5.91 | - |
| YUV | 79.85 | 117.93 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 62 | 0 | 0.92 | 0.71 | 0.17 | 345.92 | 0.86 | 0.45 |
| Hex | D4 | 10 | 3E | 0 | 5C | 47 | 11 | 15A | 56 | 2D |
| Octal | 324 | 20 | 76 | 0 | 134 | 107 | 21 | 532 | 126 | 55 |
| Binary | 11010100 | 10000 | 111110 | 0 | 1011100 | 1000111 | 10001 | 101011010 | 1010110 | 101101 |
Color Harmonies of #D4103E
Complementary color
Monochromatic Colors of #D4103E
Black with #D4103E
Text Example
Text Example
White with #D4103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4103E; }
p { color: rgb(212,16,62); }
H1.HeaderClassName
{
color: #D4103E;
}
.AnyTagClassName
{
color: #D4103E;
}
</style>
background-color css
<style>
a { background-color: #D4103E; }
a { background-color: rgb(212,16,62); }
div.DivClassName
{
background-color: #D4103E;
}
.BgClassName
{
background-color: #D4103E;
}
</style>
border-color css
<style>
span { border-color: #D4103E; }
span { border-color: rgb(212,16,62); }
td.TdClassName
{
border-color: #D4103E;
}
.TagClassName
{
border-color: #D4103E;
}
</style>