Shades of Crimson #D70B34
Tints of Crimson #D70B34
RGB
CMYK
RGB Variations
Color information
#D70B34 (or 0xD70B34) is known color: Crimson. HEX triplet: D7, 0B and 34. RGB value is (215,11,52). Sum of RGB (Red+Green+Blue) = 215+11+52=278 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.34% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70B34 is #28F4CB. Grayscale: #4C4C4C. Windows color (decimal): -2684108 or 3410903. OLE color: 3410903.
HSL color Cylindrical-coordinate representation of color #D70B34: hue angle of 347.94º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70B34 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 52 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.16 |
| HSL | 347.94º | 0.9% | 0.44% | - |
| HSV(B) | 347.94º | 0.95% | 0.84% | - |
| XYZ | 28.76 | 14.93 | 4.62 | - |
| YUV | 76.67 | 114.09 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 52 | 0 | 0.95 | 0.76 | 0.16 | 347.94 | 0.9 | 0.44 |
| Hex | D7 | B | 34 | 0 | 5F | 4C | 10 | 15C | 5A | 2C |
| Octal | 327 | 13 | 64 | 0 | 137 | 114 | 20 | 534 | 132 | 54 |
| Binary | 11010111 | 1011 | 110100 | 0 | 1011111 | 1001100 | 10000 | 101011100 | 1011010 | 101100 |
Color Harmonies of #D70B34
Complementary color
Monochromatic Colors of #D70B34
Black with #D70B34
Text Example
Text Example
White with #D70B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70B34; }
p { color: rgb(215,11,52); }
H1.HeaderClassName
{
color: #D70B34;
}
.AnyTagClassName
{
color: #D70B34;
}
</style>
background-color css
<style>
a { background-color: #D70B34; }
a { background-color: rgb(215,11,52); }
div.DivClassName
{
background-color: #D70B34;
}
.BgClassName
{
background-color: #D70B34;
}
</style>
border-color css
<style>
span { border-color: #D70B34; }
span { border-color: rgb(215,11,52); }
td.TdClassName
{
border-color: #D70B34;
}
.TagClassName
{
border-color: #D70B34;
}
</style>