Shades of Crimson #D61048
Tints of Crimson #D61048
RGB
CMYK
RGB Variations
Color information
#D61048 (or 0xD61048) is known color: Crimson. HEX triplet: D6, 10 and 48. RGB value is (214,16,72). Sum of RGB (Red+Green+Blue) = 214+16+72=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D61048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61048 is #29EFB7. Grayscale: #515151. Windows color (decimal): -2748344 or 4722902. OLE color: 4722902.
HSL color Cylindrical-coordinate representation of color #D61048: hue angle of 343.03º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D61048 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 72 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.16 |
| HSL | 343.03º | 0.86% | 0.45% | - |
| HSV(B) | 343.03º | 0.93% | 0.84% | - |
| XYZ | 29.09 | 15.13 | 7.52 | - |
| YUV | 81.59 | 122.6 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 72 | 0 | 0.93 | 0.66 | 0.16 | 343.03 | 0.86 | 0.45 |
| Hex | D6 | 10 | 48 | 0 | 5D | 42 | 10 | 157 | 56 | 2D |
| Octal | 326 | 20 | 110 | 0 | 135 | 102 | 20 | 527 | 126 | 55 |
| Binary | 11010110 | 10000 | 1001000 | 0 | 1011101 | 1000010 | 10000 | 101010111 | 1010110 | 101101 |
Color Harmonies of #D61048
Complementary color
Monochromatic Colors of #D61048
Black with #D61048
Text Example
Text Example
White with #D61048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61048; }
p { color: rgb(214,16,72); }
H1.HeaderClassName
{
color: #D61048;
}
.AnyTagClassName
{
color: #D61048;
}
</style>
background-color css
<style>
a { background-color: #D61048; }
a { background-color: rgb(214,16,72); }
div.DivClassName
{
background-color: #D61048;
}
.BgClassName
{
background-color: #D61048;
}
</style>
border-color css
<style>
span { border-color: #D61048; }
span { border-color: rgb(214,16,72); }
td.TdClassName
{
border-color: #D61048;
}
.TagClassName
{
border-color: #D61048;
}
</style>