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