Shades of Crimson #D7102F
Tints of Crimson #D7102F
RGB
CMYK
RGB Variations
Color information
#D7102F (or 0xD7102F) is known color: Crimson. HEX triplet: D7, 10 and 2F. RGB value is (215,16,47). Sum of RGB (Red+Green+Blue) = 215+16+47=278 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.34% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 215 - color contains mainly: red. Hex color #D7102F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7102F is #28EFD0. Grayscale: #4F4F4F. Windows color (decimal): -2682833 or 3084503. OLE color: 3084503.
HSL color Cylindrical-coordinate representation of color #D7102F: hue angle of 350.65º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7102F is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 47 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.16 |
| HSL | 350.65º | 0.86% | 0.45% | - |
| HSV(B) | 350.65º | 0.93% | 0.84% | - |
| XYZ | 28.72 | 15.02 | 4.08 | - |
| YUV | 79.04 | 109.93 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 47 | 0 | 0.93 | 0.78 | 0.16 | 350.65 | 0.86 | 0.45 |
| Hex | D7 | 10 | 2F | 0 | 5D | 4E | 10 | 15F | 56 | 2D |
| Octal | 327 | 20 | 57 | 0 | 135 | 116 | 20 | 537 | 126 | 55 |
| Binary | 11010111 | 10000 | 101111 | 0 | 1011101 | 1001110 | 10000 | 101011111 | 1010110 | 101101 |
Color Harmonies of #D7102F
Complementary color
Monochromatic Colors of #D7102F
Black with #D7102F
Text Example
Text Example
White with #D7102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7102F; }
p { color: rgb(215,16,47); }
H1.HeaderClassName
{
color: #D7102F;
}
.AnyTagClassName
{
color: #D7102F;
}
</style>
background-color css
<style>
a { background-color: #D7102F; }
a { background-color: rgb(215,16,47); }
div.DivClassName
{
background-color: #D7102F;
}
.BgClassName
{
background-color: #D7102F;
}
</style>
border-color css
<style>
span { border-color: #D7102F; }
span { border-color: rgb(215,16,47); }
td.TdClassName
{
border-color: #D7102F;
}
.TagClassName
{
border-color: #D7102F;
}
</style>