Shades of Crimson #D4103F
Tints of Crimson #D4103F
RGB
CMYK
RGB Variations
Color information
#D4103F (or 0xD4103F) is known color: Crimson. HEX triplet: D4, 10 and 3F. RGB value is (212,16,63). Sum of RGB (Red+Green+Blue) = 212+16+63=291 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.85% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 212 - color contains mainly: red. Hex color #D4103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4103F is #2BEFC0. Grayscale: #4F4F4F. Windows color (decimal): -2879425 or 4133076. OLE color: 4133076.
HSL color Cylindrical-coordinate representation of color #D4103F: hue angle of 345.61º 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 #D4103F is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 16 | 63 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.17 |
| HSL | 345.61º | 0.86% | 0.45% | - |
| HSV(B) | 345.61º | 0.92% | 0.83% | - |
| XYZ | 28.23 | 14.73 | 6.06 | - |
| YUV | 79.96 | 118.43 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 63 | 0 | 0.92 | 0.70 | 0.17 | 345.61 | 0.86 | 0.45 |
| Hex | D4 | 10 | 3F | 0 | 5C | 46 | 11 | 15A | 56 | 2D |
| Octal | 324 | 20 | 77 | 0 | 134 | 106 | 21 | 532 | 126 | 55 |
| Binary | 11010100 | 10000 | 111111 | 0 | 1011100 | 1000110 | 10001 | 101011010 | 1010110 | 101101 |
Color Harmonies of #D4103F
Complementary color
Monochromatic Colors of #D4103F
Black with #D4103F
Text Example
Text Example
White with #D4103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4103F; }
p { color: rgb(212,16,63); }
H1.HeaderClassName
{
color: #D4103F;
}
.AnyTagClassName
{
color: #D4103F;
}
</style>
background-color css
<style>
a { background-color: #D4103F; }
a { background-color: rgb(212,16,63); }
div.DivClassName
{
background-color: #D4103F;
}
.BgClassName
{
background-color: #D4103F;
}
</style>
border-color css
<style>
span { border-color: #D4103F; }
span { border-color: rgb(212,16,63); }
td.TdClassName
{
border-color: #D4103F;
}
.TagClassName
{
border-color: #D4103F;
}
</style>