Shades of Crimson #D41E41
Tints of Crimson #D41E41
RGB
CMYK
RGB Variations
Color information
#D41E41 (or 0xD41E41) is known color: Crimson. HEX triplet: D4, 1E and 41. RGB value is (212,30,65). Sum of RGB (Red+Green+Blue) = 212+30+65=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D41E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41E41 is #2BE1BE. Grayscale: #585858. Windows color (decimal): -2875839 or 4267732. OLE color: 4267732.
HSL color Cylindrical-coordinate representation of color #D41E41: hue angle of 348.46º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41E41 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 30 | 65 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.17 |
| HSL | 348.46º | 0.75% | 0.47% | - |
| HSV(B) | 348.46º | 0.86% | 0.83% | - |
| XYZ | 28.57 | 15.31 | 6.45 | - |
| YUV | 88.41 | 114.8 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 30 | 65 | 0 | 0.86 | 0.69 | 0.17 | 348.46 | 0.75 | 0.47 |
| Hex | D4 | 1E | 41 | 0 | 56 | 45 | 11 | 15C | 4B | 2F |
| Octal | 324 | 36 | 101 | 0 | 126 | 105 | 21 | 534 | 113 | 57 |
| Binary | 11010100 | 11110 | 1000001 | 0 | 1010110 | 1000101 | 10001 | 101011100 | 1001011 | 101111 |
Color Harmonies of #D41E41
Complementary color
Monochromatic Colors of #D41E41
Black with #D41E41
Text Example
Text Example
White with #D41E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41E41; }
p { color: rgb(212,30,65); }
H1.HeaderClassName
{
color: #D41E41;
}
.AnyTagClassName
{
color: #D41E41;
}
</style>
background-color css
<style>
a { background-color: #D41E41; }
a { background-color: rgb(212,30,65); }
div.DivClassName
{
background-color: #D41E41;
}
.BgClassName
{
background-color: #D41E41;
}
</style>
border-color css
<style>
span { border-color: #D41E41; }
span { border-color: rgb(212,30,65); }
td.TdClassName
{
border-color: #D41E41;
}
.TagClassName
{
border-color: #D41E41;
}
</style>