Shades of Crimson #D7053B
Tints of Crimson #D7053B
RGB
CMYK
RGB Variations
Color information
#D7053B (or 0xD7053B) is known color: Crimson. HEX triplet: D7, 05 and 3B. RGB value is (215,5,59). Sum of RGB (Red+Green+Blue) = 215+5+59=279 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.06% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 215 - color contains mainly: red. Hex color #D7053B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7053B is #28FAC4. Grayscale: #494949. Windows color (decimal): -2685637 or 3868119. OLE color: 3868119.
HSL color Cylindrical-coordinate representation of color #D7053B: hue angle of 344.57º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D7053B is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 5 | 59 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.16 |
| HSL | 344.57º | 0.95% | 0.43% | - |
| HSV(B) | 344.57º | 0.98% | 0.84% | - |
| XYZ | 28.87 | 14.87 | 5.49 | - |
| YUV | 73.95 | 119.57 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 59 | 0 | 0.98 | 0.73 | 0.16 | 344.57 | 0.95 | 0.43 |
| Hex | D7 | 5 | 3B | 0 | 62 | 49 | 10 | 159 | 5F | 2B |
| Octal | 327 | 5 | 73 | 0 | 142 | 111 | 20 | 531 | 137 | 53 |
| Binary | 11010111 | 101 | 111011 | 0 | 1100010 | 1001001 | 10000 | 101011001 | 1011111 | 101011 |
Color Harmonies of #D7053B
Complementary color
Monochromatic Colors of #D7053B
Black with #D7053B
Text Example
Text Example
White with #D7053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7053B; }
p { color: rgb(215,5,59); }
H1.HeaderClassName
{
color: #D7053B;
}
.AnyTagClassName
{
color: #D7053B;
}
</style>
background-color css
<style>
a { background-color: #D7053B; }
a { background-color: rgb(215,5,59); }
div.DivClassName
{
background-color: #D7053B;
}
.BgClassName
{
background-color: #D7053B;
}
</style>
border-color css
<style>
span { border-color: #D7053B; }
span { border-color: rgb(215,5,59); }
td.TdClassName
{
border-color: #D7053B;
}
.TagClassName
{
border-color: #D7053B;
}
</style>