Shades of Crimson #D70130
Tints of Crimson #D70130
RGB
CMYK
RGB Variations
Color information
#D70130 (or 0xD70130) is known color: Crimson. HEX triplet: D7, 01 and 30. RGB value is (215,1,48). Sum of RGB (Red+Green+Blue) = 215+1+48=264 (34% of max value = 765). Red value is 215 (84.38% from 255 or 81.44% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 215 - color contains mainly: red. Hex color #D70130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70130 is #28FECF. Grayscale: #464646. Windows color (decimal): -2686672 or 3146199. OLE color: 3146199.
HSL color Cylindrical-coordinate representation of color #D70130: hue angle of 346.82º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70130 is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 48 | - |
| CMYK | 0 | 1.00 | 0.78 | 0.16 |
| HSL | 346.82º | 0.99% | 0.42% | - |
| HSV(B) | 346.82º | 1% | 0.84% | - |
| XYZ | 28.57 | 14.68 | 4.12 | - |
| YUV | 70.34 | 115.4 | 231.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 48 | 0 | 1.00 | 0.78 | 0.16 | 346.82 | 0.99 | 0.42 |
| Hex | D7 | 1 | 30 | 0 | 64 | 4E | 10 | 15B | 63 | 2A |
| Octal | 327 | 1 | 60 | 0 | 144 | 116 | 20 | 533 | 143 | 52 |
| Binary | 11010111 | 1 | 110000 | 0 | 1100100 | 1001110 | 10000 | 101011011 | 1100011 | 101010 |
Color Harmonies of #D70130
Complementary color
Monochromatic Colors of #D70130
Black with #D70130
Text Example
Text Example
White with #D70130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70130; }
p { color: rgb(215,1,48); }
H1.HeaderClassName
{
color: #D70130;
}
.AnyTagClassName
{
color: #D70130;
}
</style>
background-color css
<style>
a { background-color: #D70130; }
a { background-color: rgb(215,1,48); }
div.DivClassName
{
background-color: #D70130;
}
.BgClassName
{
background-color: #D70130;
}
</style>
border-color css
<style>
span { border-color: #D70130; }
span { border-color: rgb(215,1,48); }
td.TdClassName
{
border-color: #D70130;
}
.TagClassName
{
border-color: #D70130;
}
</style>