Shades of Crimson #D72445
Tints of Crimson #D72445
RGB
CMYK
RGB Variations
Color information
#D72445 (or 0xD72445) is known color: Crimson. HEX triplet: D7, 24 and 45. RGB value is (215,36,69). Sum of RGB (Red+Green+Blue) = 215+36+69=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D72445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72445 is #28DBBA. Grayscale: #5D5D5D. Windows color (decimal): -2677691 or 4531415. OLE color: 4531415.
HSL color Cylindrical-coordinate representation of color #D72445: hue angle of 348.94º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D72445 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 36 | 69 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.16 |
| HSL | 348.94º | 0.71% | 0.49% | - |
| HSV(B) | 348.94º | 0.83% | 0.84% | - |
| XYZ | 29.73 | 16.14 | 7.18 | - |
| YUV | 93.28 | 114.3 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 69 | 0 | 0.83 | 0.68 | 0.16 | 348.94 | 0.71 | 0.49 |
| Hex | D7 | 24 | 45 | 0 | 53 | 44 | 10 | 15D | 47 | 31 |
| Octal | 327 | 44 | 105 | 0 | 123 | 104 | 20 | 535 | 107 | 61 |
| Binary | 11010111 | 100100 | 1000101 | 0 | 1010011 | 1000100 | 10000 | 101011101 | 1000111 | 110001 |
Color Harmonies of #D72445
Complementary color
Monochromatic Colors of #D72445
Black with #D72445
Text Example
Text Example
White with #D72445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72445; }
p { color: rgb(215,36,69); }
H1.HeaderClassName
{
color: #D72445;
}
.AnyTagClassName
{
color: #D72445;
}
</style>
background-color css
<style>
a { background-color: #D72445; }
a { background-color: rgb(215,36,69); }
div.DivClassName
{
background-color: #D72445;
}
.BgClassName
{
background-color: #D72445;
}
</style>
border-color css
<style>
span { border-color: #D72445; }
span { border-color: rgb(215,36,69); }
td.TdClassName
{
border-color: #D72445;
}
.TagClassName
{
border-color: #D72445;
}
</style>