Shades of Crimson #D4103B
Tints of Crimson #D4103B
RGB
CMYK
RGB Variations
Color information
#D4103B (or 0xD4103B) is known color: Crimson. HEX triplet: D4, 10 and 3B. RGB value is (212,16,59). Sum of RGB (Red+Green+Blue) = 212+16+59=287 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.87% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 212 - color contains mainly: red. Hex color #D4103B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4103B is #2BEFC4. Grayscale: #4F4F4F. Windows color (decimal): -2879429 or 3870932. OLE color: 3870932.
HSL color Cylindrical-coordinate representation of color #D4103B: hue angle of 346.84º 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 #D4103B is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 16 | 59 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.17 |
| HSL | 346.84º | 0.86% | 0.45% | - |
| HSV(B) | 346.84º | 0.92% | 0.83% | - |
| XYZ | 28.13 | 14.68 | 5.49 | - |
| YUV | 79.51 | 116.43 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 59 | 0 | 0.92 | 0.72 | 0.17 | 346.84 | 0.86 | 0.45 |
| Hex | D4 | 10 | 3B | 0 | 5C | 48 | 11 | 15B | 56 | 2D |
| Octal | 324 | 20 | 73 | 0 | 134 | 110 | 21 | 533 | 126 | 55 |
| Binary | 11010100 | 10000 | 111011 | 0 | 1011100 | 1001000 | 10001 | 101011011 | 1010110 | 101101 |
Color Harmonies of #D4103B
Complementary color
Monochromatic Colors of #D4103B
Black with #D4103B
Text Example
Text Example
White with #D4103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4103B; }
p { color: rgb(212,16,59); }
H1.HeaderClassName
{
color: #D4103B;
}
.AnyTagClassName
{
color: #D4103B;
}
</style>
background-color css
<style>
a { background-color: #D4103B; }
a { background-color: rgb(212,16,59); }
div.DivClassName
{
background-color: #D4103B;
}
.BgClassName
{
background-color: #D4103B;
}
</style>
border-color css
<style>
span { border-color: #D4103B; }
span { border-color: rgb(212,16,59); }
td.TdClassName
{
border-color: #D4103B;
}
.TagClassName
{
border-color: #D4103B;
}
</style>