Shades of Crimson #D4103D
Tints of Crimson #D4103D
RGB
CMYK
RGB Variations
Color information
#D4103D (or 0xD4103D) is known color: Crimson. HEX triplet: D4, 10 and 3D. RGB value is (212,16,61). Sum of RGB (Red+Green+Blue) = 212+16+61=289 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.36% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 212 - color contains mainly: red. Hex color #D4103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4103D is #2BEFC2. Grayscale: #4F4F4F. Windows color (decimal): -2879427 or 4002004. OLE color: 4002004.
HSL color Cylindrical-coordinate representation of color #D4103D: hue angle of 346.22º 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 #D4103D is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 16 | 61 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.17 |
| HSL | 346.22º | 0.86% | 0.45% | - |
| HSV(B) | 346.22º | 0.92% | 0.83% | - |
| XYZ | 28.18 | 14.7 | 5.77 | - |
| YUV | 79.73 | 117.43 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 61 | 0 | 0.92 | 0.71 | 0.17 | 346.22 | 0.86 | 0.45 |
| Hex | D4 | 10 | 3D | 0 | 5C | 47 | 11 | 15A | 56 | 2D |
| Octal | 324 | 20 | 75 | 0 | 134 | 107 | 21 | 532 | 126 | 55 |
| Binary | 11010100 | 10000 | 111101 | 0 | 1011100 | 1000111 | 10001 | 101011010 | 1010110 | 101101 |
Color Harmonies of #D4103D
Complementary color
Monochromatic Colors of #D4103D
Black with #D4103D
Text Example
Text Example
White with #D4103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4103D; }
p { color: rgb(212,16,61); }
H1.HeaderClassName
{
color: #D4103D;
}
.AnyTagClassName
{
color: #D4103D;
}
</style>
background-color css
<style>
a { background-color: #D4103D; }
a { background-color: rgb(212,16,61); }
div.DivClassName
{
background-color: #D4103D;
}
.BgClassName
{
background-color: #D4103D;
}
</style>
border-color css
<style>
span { border-color: #D4103D; }
span { border-color: rgb(212,16,61); }
td.TdClassName
{
border-color: #D4103D;
}
.TagClassName
{
border-color: #D4103D;
}
</style>