Shades of Crimson #D2103C
Tints of Crimson #D2103C
RGB
CMYK
RGB Variations
Color information
#D2103C (or 0xD2103C) is known color: Crimson. HEX triplet: D2, 10 and 3C. RGB value is (210,16,60). Sum of RGB (Red+Green+Blue) = 210+16+60=286 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.43% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 210 - color contains mainly: red. Hex color #D2103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2103C is #2DEFC3. Grayscale: #4F4F4F. Windows color (decimal): -3010500 or 3936466. OLE color: 3936466.
HSL color Cylindrical-coordinate representation of color #D2103C: hue angle of 346.39º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2103C is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 60 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.18 |
| HSL | 346.39º | 0.86% | 0.44% | - |
| HSV(B) | 346.39º | 0.92% | 0.82% | - |
| XYZ | 27.58 | 14.4 | 5.6 | - |
| YUV | 79.02 | 117.27 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 60 | 0 | 0.92 | 0.71 | 0.18 | 346.39 | 0.86 | 0.44 |
| Hex | D2 | 10 | 3C | 0 | 5C | 47 | 12 | 15A | 56 | 2C |
| Octal | 322 | 20 | 74 | 0 | 134 | 107 | 22 | 532 | 126 | 54 |
| Binary | 11010010 | 10000 | 111100 | 0 | 1011100 | 1000111 | 10010 | 101011010 | 1010110 | 101100 |
Color Harmonies of #D2103C
Complementary color
Monochromatic Colors of #D2103C
Black with #D2103C
Text Example
Text Example
White with #D2103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2103C; }
p { color: rgb(210,16,60); }
H1.HeaderClassName
{
color: #D2103C;
}
.AnyTagClassName
{
color: #D2103C;
}
</style>
background-color css
<style>
a { background-color: #D2103C; }
a { background-color: rgb(210,16,60); }
div.DivClassName
{
background-color: #D2103C;
}
.BgClassName
{
background-color: #D2103C;
}
</style>
border-color css
<style>
span { border-color: #D2103C; }
span { border-color: rgb(210,16,60); }
td.TdClassName
{
border-color: #D2103C;
}
.TagClassName
{
border-color: #D2103C;
}
</style>