Shades of Crimson #D71A30
Tints of Crimson #D71A30
RGB
CMYK
RGB Variations
Color information
#D71A30 (or 0xD71A30) is known color: Crimson. HEX triplet: D7, 1A and 30. RGB value is (215,26,48). Sum of RGB (Red+Green+Blue) = 215+26+48=289 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.39% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71A30 is #28E5CF. Grayscale: #555555. Windows color (decimal): -2680272 or 3152599. OLE color: 3152599.
HSL color Cylindrical-coordinate representation of color #D71A30: hue angle of 353.02º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71A30 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 26 | 48 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.16 |
| HSL | 353.02º | 0.78% | 0.47% | - |
| HSV(B) | 353.02º | 0.88% | 0.84% | - |
| XYZ | 28.93 | 15.4 | 4.24 | - |
| YUV | 85.02 | 107.12 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 26 | 48 | 0 | 0.88 | 0.78 | 0.16 | 353.02 | 0.78 | 0.47 |
| Hex | D7 | 1A | 30 | 0 | 58 | 4E | 10 | 161 | 4E | 2F |
| Octal | 327 | 32 | 60 | 0 | 130 | 116 | 20 | 541 | 116 | 57 |
| Binary | 11010111 | 11010 | 110000 | 0 | 1011000 | 1001110 | 10000 | 101100001 | 1001110 | 101111 |
Color Harmonies of #D71A30
Complementary color
Monochromatic Colors of #D71A30
Black with #D71A30
Text Example
Text Example
White with #D71A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71A30; }
p { color: rgb(215,26,48); }
H1.HeaderClassName
{
color: #D71A30;
}
.AnyTagClassName
{
color: #D71A30;
}
</style>
background-color css
<style>
a { background-color: #D71A30; }
a { background-color: rgb(215,26,48); }
div.DivClassName
{
background-color: #D71A30;
}
.BgClassName
{
background-color: #D71A30;
}
</style>
border-color css
<style>
span { border-color: #D71A30; }
span { border-color: rgb(215,26,48); }
td.TdClassName
{
border-color: #D71A30;
}
.TagClassName
{
border-color: #D71A30;
}
</style>