Shades of Crimson #D41343
Tints of Crimson #D41343
RGB
CMYK
RGB Variations
Color information
#D41343 (or 0xD41343) is known color: Crimson. HEX triplet: D4, 13 and 43. RGB value is (212,19,67). Sum of RGB (Red+Green+Blue) = 212+19+67=298 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.14% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 212 - color contains mainly: red. Hex color #D41343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41343 is #2BECBC. Grayscale: #525252. Windows color (decimal): -2878653 or 4395988. OLE color: 4395988.
HSL color Cylindrical-coordinate representation of color #D41343: hue angle of 345.08º 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 #D41343 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 67 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.17 |
| HSL | 345.08º | 0.84% | 0.45% | - |
| HSV(B) | 345.08º | 0.91% | 0.83% | - |
| XYZ | 28.4 | 14.87 | 6.68 | - |
| YUV | 82.18 | 119.44 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 67 | 0 | 0.91 | 0.68 | 0.17 | 345.08 | 0.84 | 0.45 |
| Hex | D4 | 13 | 43 | 0 | 5B | 44 | 11 | 159 | 54 | 2D |
| Octal | 324 | 23 | 103 | 0 | 133 | 104 | 21 | 531 | 124 | 55 |
| Binary | 11010100 | 10011 | 1000011 | 0 | 1011011 | 1000100 | 10001 | 101011001 | 1010100 | 101101 |
Color Harmonies of #D41343
Complementary color
Monochromatic Colors of #D41343
Black with #D41343
Text Example
Text Example
White with #D41343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41343; }
p { color: rgb(212,19,67); }
H1.HeaderClassName
{
color: #D41343;
}
.AnyTagClassName
{
color: #D41343;
}
</style>
background-color css
<style>
a { background-color: #D41343; }
a { background-color: rgb(212,19,67); }
div.DivClassName
{
background-color: #D41343;
}
.BgClassName
{
background-color: #D41343;
}
</style>
border-color css
<style>
span { border-color: #D41343; }
span { border-color: rgb(212,19,67); }
td.TdClassName
{
border-color: #D41343;
}
.TagClassName
{
border-color: #D41343;
}
</style>