Shades of Crimson #D7153C
Tints of Crimson #D7153C
RGB
CMYK
RGB Variations
Color information
#D7153C (or 0xD7153C) is known color: Crimson. HEX triplet: D7, 15 and 3C. RGB value is (215,21,60). Sum of RGB (Red+Green+Blue) = 215+21+60=296 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.64% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 215 - color contains mainly: red. Hex color #D7153C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7153C is #28EAC3. Grayscale: #535353. Windows color (decimal): -2681540 or 3937751. OLE color: 3937751.
HSL color Cylindrical-coordinate representation of color #D7153C: hue angle of 347.94º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7153C is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 60 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.16 |
| HSL | 347.94º | 0.82% | 0.46% | - |
| HSV(B) | 347.94º | 0.9% | 0.84% | - |
| XYZ | 29.11 | 15.31 | 5.7 | - |
| YUV | 83.45 | 114.77 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 60 | 0 | 0.90 | 0.72 | 0.16 | 347.94 | 0.82 | 0.46 |
| Hex | D7 | 15 | 3C | 0 | 5A | 48 | 10 | 15C | 52 | 2E |
| Octal | 327 | 25 | 74 | 0 | 132 | 110 | 20 | 534 | 122 | 56 |
| Binary | 11010111 | 10101 | 111100 | 0 | 1011010 | 1001000 | 10000 | 101011100 | 1010010 | 101110 |
Color Harmonies of #D7153C
Complementary color
Monochromatic Colors of #D7153C
Black with #D7153C
Text Example
Text Example
White with #D7153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7153C; }
p { color: rgb(215,21,60); }
H1.HeaderClassName
{
color: #D7153C;
}
.AnyTagClassName
{
color: #D7153C;
}
</style>
background-color css
<style>
a { background-color: #D7153C; }
a { background-color: rgb(215,21,60); }
div.DivClassName
{
background-color: #D7153C;
}
.BgClassName
{
background-color: #D7153C;
}
</style>
border-color css
<style>
span { border-color: #D7153C; }
span { border-color: rgb(215,21,60); }
td.TdClassName
{
border-color: #D7153C;
}
.TagClassName
{
border-color: #D7153C;
}
</style>