Shades of Crimson #D41342
Tints of Crimson #D41342
RGB
CMYK
RGB Variations
Color information
#D41342 (or 0xD41342) is known color: Crimson. HEX triplet: D4, 13 and 42. RGB value is (212,19,66). Sum of RGB (Red+Green+Blue) = 212+19+66=297 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.38% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 212 - color contains mainly: red. Hex color #D41342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41342 is #2BECBD. Grayscale: #525252. Windows color (decimal): -2878654 or 4330452. OLE color: 4330452.
HSL color Cylindrical-coordinate representation of color #D41342: hue angle of 345.39º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D41342 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 66 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.17 |
| HSL | 345.39º | 0.84% | 0.45% | - |
| HSV(B) | 345.39º | 0.91% | 0.83% | - |
| XYZ | 28.37 | 14.86 | 6.53 | - |
| YUV | 82.07 | 118.94 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 66 | 0 | 0.91 | 0.69 | 0.17 | 345.39 | 0.84 | 0.45 |
| Hex | D4 | 13 | 42 | 0 | 5B | 45 | 11 | 159 | 54 | 2D |
| Octal | 324 | 23 | 102 | 0 | 133 | 105 | 21 | 531 | 124 | 55 |
| Binary | 11010100 | 10011 | 1000010 | 0 | 1011011 | 1000101 | 10001 | 101011001 | 1010100 | 101101 |
Color Harmonies of #D41342
Complementary color
Monochromatic Colors of #D41342
Black with #D41342
Text Example
Text Example
White with #D41342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41342; }
p { color: rgb(212,19,66); }
H1.HeaderClassName
{
color: #D41342;
}
.AnyTagClassName
{
color: #D41342;
}
</style>
background-color css
<style>
a { background-color: #D41342; }
a { background-color: rgb(212,19,66); }
div.DivClassName
{
background-color: #D41342;
}
.BgClassName
{
background-color: #D41342;
}
</style>
border-color css
<style>
span { border-color: #D41342; }
span { border-color: rgb(212,19,66); }
td.TdClassName
{
border-color: #D41342;
}
.TagClassName
{
border-color: #D41342;
}
</style>