Shades of Crimson #D41B3C
Tints of Crimson #D41B3C
RGB
CMYK
RGB Variations
Color information
#D41B3C (or 0xD41B3C) is known color: Crimson. HEX triplet: D4, 1B and 3C. RGB value is (212,27,60). Sum of RGB (Red+Green+Blue) = 212+27+60=299 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.90% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 212 - color contains mainly: red. Hex color #D41B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41B3C is #2BE4C3. Grayscale: #565656. Windows color (decimal): -2876612 or 3939284. OLE color: 3939284.
HSL color Cylindrical-coordinate representation of color #D41B3C: hue angle of 349.3º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41B3C is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 27 | 60 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.17 |
| HSL | 349.3º | 0.77% | 0.47% | - |
| HSV(B) | 349.3º | 0.87% | 0.83% | - |
| XYZ | 28.36 | 15.11 | 5.7 | - |
| YUV | 86.08 | 113.29 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 60 | 0 | 0.87 | 0.72 | 0.17 | 349.3 | 0.77 | 0.47 |
| Hex | D4 | 1B | 3C | 0 | 57 | 48 | 11 | 15D | 4D | 2F |
| Octal | 324 | 33 | 74 | 0 | 127 | 110 | 21 | 535 | 115 | 57 |
| Binary | 11010100 | 11011 | 111100 | 0 | 1010111 | 1001000 | 10001 | 101011101 | 1001101 | 101111 |
Color Harmonies of #D41B3C
Complementary color
Monochromatic Colors of #D41B3C
Black with #D41B3C
Text Example
Text Example
White with #D41B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41B3C; }
p { color: rgb(212,27,60); }
H1.HeaderClassName
{
color: #D41B3C;
}
.AnyTagClassName
{
color: #D41B3C;
}
</style>
background-color css
<style>
a { background-color: #D41B3C; }
a { background-color: rgb(212,27,60); }
div.DivClassName
{
background-color: #D41B3C;
}
.BgClassName
{
background-color: #D41B3C;
}
</style>
border-color css
<style>
span { border-color: #D41B3C; }
span { border-color: rgb(212,27,60); }
td.TdClassName
{
border-color: #D41B3C;
}
.TagClassName
{
border-color: #D41B3C;
}
</style>