Shades of Crimson #D41A3D
Tints of Crimson #D41A3D
RGB
CMYK
RGB Variations
Color information
#D41A3D (or 0xD41A3D) is known color: Crimson. HEX triplet: D4, 1A and 3D. RGB value is (212,26,61). Sum of RGB (Red+Green+Blue) = 212+26+61=299 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.90% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41A3D is #2BE5C2. Grayscale: #555555. Windows color (decimal): -2876867 or 4004564. OLE color: 4004564.
HSL color Cylindrical-coordinate representation of color #D41A3D: hue angle of 348.71º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41A3D is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 26 | 61 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.17 |
| HSL | 348.71º | 0.78% | 0.47% | - |
| HSV(B) | 348.71º | 0.88% | 0.83% | - |
| XYZ | 28.36 | 15.07 | 5.83 | - |
| YUV | 85.6 | 114.12 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 61 | 0 | 0.88 | 0.71 | 0.17 | 348.71 | 0.78 | 0.47 |
| Hex | D4 | 1A | 3D | 0 | 58 | 47 | 11 | 15D | 4E | 2F |
| Octal | 324 | 32 | 75 | 0 | 130 | 107 | 21 | 535 | 116 | 57 |
| Binary | 11010100 | 11010 | 111101 | 0 | 1011000 | 1000111 | 10001 | 101011101 | 1001110 | 101111 |
Color Harmonies of #D41A3D
Complementary color
Monochromatic Colors of #D41A3D
Black with #D41A3D
Text Example
Text Example
White with #D41A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41A3D; }
p { color: rgb(212,26,61); }
H1.HeaderClassName
{
color: #D41A3D;
}
.AnyTagClassName
{
color: #D41A3D;
}
</style>
background-color css
<style>
a { background-color: #D41A3D; }
a { background-color: rgb(212,26,61); }
div.DivClassName
{
background-color: #D41A3D;
}
.BgClassName
{
background-color: #D41A3D;
}
</style>
border-color css
<style>
span { border-color: #D41A3D; }
span { border-color: rgb(212,26,61); }
td.TdClassName
{
border-color: #D41A3D;
}
.TagClassName
{
border-color: #D41A3D;
}
</style>