Shades of Crimson #D70345
Tints of Crimson #D70345
RGB
CMYK
RGB Variations
Color information
#D70345 (or 0xD70345) is known color: Crimson. HEX triplet: D7, 03 and 45. RGB value is (215,3,69). Sum of RGB (Red+Green+Blue) = 215+3+69=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D70345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70345 is #28FCBA. Grayscale: #494949. Windows color (decimal): -2686139 or 4522967. OLE color: 4522967.
HSL color Cylindrical-coordinate representation of color #D70345: hue angle of 341.32º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70345 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 69 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.16 |
| HSL | 341.32º | 0.97% | 0.43% | - |
| HSV(B) | 341.32º | 0.99% | 0.84% | - |
| XYZ | 29.13 | 14.94 | 6.98 | - |
| YUV | 73.91 | 125.24 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 69 | 0 | 0.99 | 0.68 | 0.16 | 341.32 | 0.97 | 0.43 |
| Hex | D7 | 3 | 45 | 0 | 63 | 44 | 10 | 155 | 61 | 2B |
| Octal | 327 | 3 | 105 | 0 | 143 | 104 | 20 | 525 | 141 | 53 |
| Binary | 11010111 | 11 | 1000101 | 0 | 1100011 | 1000100 | 10000 | 101010101 | 1100001 | 101011 |
Color Harmonies of #D70345
Complementary color
Monochromatic Colors of #D70345
Black with #D70345
Text Example
Text Example
White with #D70345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70345; }
p { color: rgb(215,3,69); }
H1.HeaderClassName
{
color: #D70345;
}
.AnyTagClassName
{
color: #D70345;
}
</style>
background-color css
<style>
a { background-color: #D70345; }
a { background-color: rgb(215,3,69); }
div.DivClassName
{
background-color: #D70345;
}
.BgClassName
{
background-color: #D70345;
}
</style>
border-color css
<style>
span { border-color: #D70345; }
span { border-color: rgb(215,3,69); }
td.TdClassName
{
border-color: #D70345;
}
.TagClassName
{
border-color: #D70345;
}
</style>