Shades of Crimson #D70738
Tints of Crimson #D70738
RGB
CMYK
RGB Variations
Color information
#D70738 (or 0xD70738) is known color: Crimson. HEX triplet: D7, 07 and 38. RGB value is (215,7,56). Sum of RGB (Red+Green+Blue) = 215+7+56=278 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.34% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 215 - color contains mainly: red. Hex color #D70738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70738 is #28F8C7. Grayscale: #4A4A4A. Windows color (decimal): -2685128 or 3672023. OLE color: 3672023.
HSL color Cylindrical-coordinate representation of color #D70738: hue angle of 345.87º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D70738 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 56 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.16 |
| HSL | 345.87º | 0.94% | 0.44% | - |
| HSV(B) | 345.87º | 0.97% | 0.84% | - |
| XYZ | 28.81 | 14.88 | 5.1 | - |
| YUV | 74.78 | 117.41 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 56 | 0 | 0.97 | 0.74 | 0.16 | 345.87 | 0.94 | 0.44 |
| Hex | D7 | 7 | 38 | 0 | 61 | 4A | 10 | 15A | 5E | 2C |
| Octal | 327 | 7 | 70 | 0 | 141 | 112 | 20 | 532 | 136 | 54 |
| Binary | 11010111 | 111 | 111000 | 0 | 1100001 | 1001010 | 10000 | 101011010 | 1011110 | 101100 |
Color Harmonies of #D70738
Complementary color
Monochromatic Colors of #D70738
Black with #D70738
Text Example
Text Example
White with #D70738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70738; }
p { color: rgb(215,7,56); }
H1.HeaderClassName
{
color: #D70738;
}
.AnyTagClassName
{
color: #D70738;
}
</style>
background-color css
<style>
a { background-color: #D70738; }
a { background-color: rgb(215,7,56); }
div.DivClassName
{
background-color: #D70738;
}
.BgClassName
{
background-color: #D70738;
}
</style>
border-color css
<style>
span { border-color: #D70738; }
span { border-color: rgb(215,7,56); }
td.TdClassName
{
border-color: #D70738;
}
.TagClassName
{
border-color: #D70738;
}
</style>