Shades of Crimson #D7154A
Tints of Crimson #D7154A
RGB
CMYK
RGB Variations
Color information
#D7154A (or 0xD7154A) is known color: Crimson. HEX triplet: D7, 15 and 4A. RGB value is (215,21,74). Sum of RGB (Red+Green+Blue) = 215+21+74=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D7154A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7154A is #28EAB5. Grayscale: #555555. Windows color (decimal): -2681526 or 4855255. OLE color: 4855255.
HSL color Cylindrical-coordinate representation of color #D7154A: hue angle of 343.61º 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 #D7154A is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 74 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.16 |
| HSL | 343.61º | 0.82% | 0.46% | - |
| HSV(B) | 343.61º | 0.9% | 0.84% | - |
| XYZ | 29.53 | 15.48 | 7.91 | - |
| YUV | 85.05 | 121.77 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 74 | 0 | 0.90 | 0.66 | 0.16 | 343.61 | 0.82 | 0.46 |
| Hex | D7 | 15 | 4A | 0 | 5A | 42 | 10 | 158 | 52 | 2E |
| Octal | 327 | 25 | 112 | 0 | 132 | 102 | 20 | 530 | 122 | 56 |
| Binary | 11010111 | 10101 | 1001010 | 0 | 1011010 | 1000010 | 10000 | 101011000 | 1010010 | 101110 |
Color Harmonies of #D7154A
Complementary color
Monochromatic Colors of #D7154A
Black with #D7154A
Text Example
Text Example
White with #D7154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7154A; }
p { color: rgb(215,21,74); }
H1.HeaderClassName
{
color: #D7154A;
}
.AnyTagClassName
{
color: #D7154A;
}
</style>
background-color css
<style>
a { background-color: #D7154A; }
a { background-color: rgb(215,21,74); }
div.DivClassName
{
background-color: #D7154A;
}
.BgClassName
{
background-color: #D7154A;
}
</style>
border-color css
<style>
span { border-color: #D7154A; }
span { border-color: rgb(215,21,74); }
td.TdClassName
{
border-color: #D7154A;
}
.TagClassName
{
border-color: #D7154A;
}
</style>