Shades of Crimson #D21F45
Tints of Crimson #D21F45
RGB
CMYK
RGB Variations
Color information
#D21F45 (or 0xD21F45) is known color: Crimson. HEX triplet: D2, 1F and 45. RGB value is (210,31,69). Sum of RGB (Red+Green+Blue) = 210+31+69=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21F45 is #2DE0BA. Grayscale: #585858. Windows color (decimal): -3006651 or 4530130. OLE color: 4530130.
HSL color Cylindrical-coordinate representation of color #D21F45: hue angle of 347.26º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D21F45 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 69 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.18 |
| HSL | 347.26º | 0.74% | 0.47% | - |
| HSV(B) | 347.26º | 0.85% | 0.82% | - |
| XYZ | 28.14 | 15.11 | 7.06 | - |
| YUV | 88.85 | 116.8 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 69 | 0 | 0.85 | 0.67 | 0.18 | 347.26 | 0.74 | 0.47 |
| Hex | D2 | 1F | 45 | 0 | 55 | 43 | 12 | 15B | 4A | 2F |
| Octal | 322 | 37 | 105 | 0 | 125 | 103 | 22 | 533 | 112 | 57 |
| Binary | 11010010 | 11111 | 1000101 | 0 | 1010101 | 1000011 | 10010 | 101011011 | 1001010 | 101111 |
Color Harmonies of #D21F45
Complementary color
Monochromatic Colors of #D21F45
Black with #D21F45
Text Example
Text Example
White with #D21F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21F45; }
p { color: rgb(210,31,69); }
H1.HeaderClassName
{
color: #D21F45;
}
.AnyTagClassName
{
color: #D21F45;
}
</style>
background-color css
<style>
a { background-color: #D21F45; }
a { background-color: rgb(210,31,69); }
div.DivClassName
{
background-color: #D21F45;
}
.BgClassName
{
background-color: #D21F45;
}
</style>
border-color css
<style>
span { border-color: #D21F45; }
span { border-color: rgb(210,31,69); }
td.TdClassName
{
border-color: #D21F45;
}
.TagClassName
{
border-color: #D21F45;
}
</style>