Shades of Crimson #D21041
Tints of Crimson #D21041
RGB
CMYK
RGB Variations
Color information
#D21041 (or 0xD21041) is known color: Crimson. HEX triplet: D2, 10 and 41. RGB value is (210,16,65). Sum of RGB (Red+Green+Blue) = 210+16+65=291 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.16% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 210 - color contains mainly: red. Hex color #D21041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21041 is #2DEFBE. Grayscale: #4F4F4F. Windows color (decimal): -3010495 or 4264146. OLE color: 4264146.
HSL color Cylindrical-coordinate representation of color #D21041: hue angle of 344.85º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21041 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 65 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.18 |
| HSL | 344.85º | 0.86% | 0.44% | - |
| HSV(B) | 344.85º | 0.92% | 0.82% | - |
| XYZ | 27.72 | 14.45 | 6.33 | - |
| YUV | 79.59 | 119.77 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 65 | 0 | 0.92 | 0.69 | 0.18 | 344.85 | 0.86 | 0.44 |
| Hex | D2 | 10 | 41 | 0 | 5C | 45 | 12 | 159 | 56 | 2C |
| Octal | 322 | 20 | 101 | 0 | 134 | 105 | 22 | 531 | 126 | 54 |
| Binary | 11010010 | 10000 | 1000001 | 0 | 1011100 | 1000101 | 10010 | 101011001 | 1010110 | 101100 |
Color Harmonies of #D21041
Complementary color
Monochromatic Colors of #D21041
Black with #D21041
Text Example
Text Example
White with #D21041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21041; }
p { color: rgb(210,16,65); }
H1.HeaderClassName
{
color: #D21041;
}
.AnyTagClassName
{
color: #D21041;
}
</style>
background-color css
<style>
a { background-color: #D21041; }
a { background-color: rgb(210,16,65); }
div.DivClassName
{
background-color: #D21041;
}
.BgClassName
{
background-color: #D21041;
}
</style>
border-color css
<style>
span { border-color: #D21041; }
span { border-color: rgb(210,16,65); }
td.TdClassName
{
border-color: #D21041;
}
.TagClassName
{
border-color: #D21041;
}
</style>