Shades of Crimson #D70830
Tints of Crimson #D70830
RGB
CMYK
RGB Variations
Color information
#D70830 (or 0xD70830) is known color: Crimson. HEX triplet: D7, 08 and 30. RGB value is (215,8,48). Sum of RGB (Red+Green+Blue) = 215+8+48=271 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.34% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 215 - color contains mainly: red. Hex color #D70830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70830 is #28F7CF. Grayscale: #4A4A4A. Windows color (decimal): -2684880 or 3147991. OLE color: 3147991.
HSL color Cylindrical-coordinate representation of color #D70830: hue angle of 348.41º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70830 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 48 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.16 |
| HSL | 348.41º | 0.93% | 0.44% | - |
| HSV(B) | 348.41º | 0.96% | 0.84% | - |
| XYZ | 28.64 | 14.83 | 4.15 | - |
| YUV | 74.45 | 113.08 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 48 | 0 | 0.96 | 0.78 | 0.16 | 348.41 | 0.93 | 0.44 |
| Hex | D7 | 8 | 30 | 0 | 60 | 4E | 10 | 15C | 5D | 2C |
| Octal | 327 | 10 | 60 | 0 | 140 | 116 | 20 | 534 | 135 | 54 |
| Binary | 11010111 | 1000 | 110000 | 0 | 1100000 | 1001110 | 10000 | 101011100 | 1011101 | 101100 |
Color Harmonies of #D70830
Complementary color
Monochromatic Colors of #D70830
Black with #D70830
Text Example
Text Example
White with #D70830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70830; }
p { color: rgb(215,8,48); }
H1.HeaderClassName
{
color: #D70830;
}
.AnyTagClassName
{
color: #D70830;
}
</style>
background-color css
<style>
a { background-color: #D70830; }
a { background-color: rgb(215,8,48); }
div.DivClassName
{
background-color: #D70830;
}
.BgClassName
{
background-color: #D70830;
}
</style>
border-color css
<style>
span { border-color: #D70830; }
span { border-color: rgb(215,8,48); }
td.TdClassName
{
border-color: #D70830;
}
.TagClassName
{
border-color: #D70830;
}
</style>