Shades of Crimson #D70838
Tints of Crimson #D70838
RGB
CMYK
RGB Variations
Color information
#D70838 (or 0xD70838) is known color: Crimson. HEX triplet: D7, 08 and 38. RGB value is (215,8,56). Sum of RGB (Red+Green+Blue) = 215+8+56=279 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.06% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 215 - color contains mainly: red. Hex color #D70838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70838 is #28F7C7. Grayscale: #4B4B4B. Windows color (decimal): -2684872 or 3672279. OLE color: 3672279.
HSL color Cylindrical-coordinate representation of color #D70838: hue angle of 346.09º 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 #D70838 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 56 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.16 |
| HSL | 346.09º | 0.93% | 0.44% | - |
| HSV(B) | 346.09º | 0.96% | 0.84% | - |
| XYZ | 28.82 | 14.91 | 5.1 | - |
| YUV | 75.37 | 117.08 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 56 | 0 | 0.96 | 0.74 | 0.16 | 346.09 | 0.93 | 0.44 |
| Hex | D7 | 8 | 38 | 0 | 60 | 4A | 10 | 15A | 5D | 2C |
| Octal | 327 | 10 | 70 | 0 | 140 | 112 | 20 | 532 | 135 | 54 |
| Binary | 11010111 | 1000 | 111000 | 0 | 1100000 | 1001010 | 10000 | 101011010 | 1011101 | 101100 |
Color Harmonies of #D70838
Complementary color
Monochromatic Colors of #D70838
Black with #D70838
Text Example
Text Example
White with #D70838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70838; }
p { color: rgb(215,8,56); }
H1.HeaderClassName
{
color: #D70838;
}
.AnyTagClassName
{
color: #D70838;
}
</style>
background-color css
<style>
a { background-color: #D70838; }
a { background-color: rgb(215,8,56); }
div.DivClassName
{
background-color: #D70838;
}
.BgClassName
{
background-color: #D70838;
}
</style>
border-color css
<style>
span { border-color: #D70838; }
span { border-color: rgb(215,8,56); }
td.TdClassName
{
border-color: #D70838;
}
.TagClassName
{
border-color: #D70838;
}
</style>