Shades of Crimson #D62246
Tints of Crimson #D62246
RGB
CMYK
RGB Variations
Color information
#D62246 (or 0xD62246) is known color: Crimson. HEX triplet: D6, 22 and 46. RGB value is (214,34,70). Sum of RGB (Red+Green+Blue) = 214+34+70=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D62246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62246 is #29DDB9. Grayscale: #5B5B5B. Windows color (decimal): -2743738 or 4596438. OLE color: 4596438.
HSL color Cylindrical-coordinate representation of color #D62246: hue angle of 348º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D62246 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 34 | 70 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.16 |
| HSL | 348º | 0.73% | 0.49% | - |
| HSV(B) | 348º | 0.84% | 0.84% | - |
| XYZ | 29.41 | 15.88 | 7.31 | - |
| YUV | 91.92 | 115.63 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 34 | 70 | 0 | 0.84 | 0.67 | 0.16 | 348 | 0.73 | 0.49 |
| Hex | D6 | 22 | 46 | 0 | 54 | 43 | 10 | 15C | 49 | 31 |
| Octal | 326 | 42 | 106 | 0 | 124 | 103 | 20 | 534 | 111 | 61 |
| Binary | 11010110 | 100010 | 1000110 | 0 | 1010100 | 1000011 | 10000 | 101011100 | 1001001 | 110001 |
Color Harmonies of #D62246
Complementary color
Monochromatic Colors of #D62246
Black with #D62246
Text Example
Text Example
White with #D62246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62246; }
p { color: rgb(214,34,70); }
H1.HeaderClassName
{
color: #D62246;
}
.AnyTagClassName
{
color: #D62246;
}
</style>
background-color css
<style>
a { background-color: #D62246; }
a { background-color: rgb(214,34,70); }
div.DivClassName
{
background-color: #D62246;
}
.BgClassName
{
background-color: #D62246;
}
</style>
border-color css
<style>
span { border-color: #D62246; }
span { border-color: rgb(214,34,70); }
td.TdClassName
{
border-color: #D62246;
}
.TagClassName
{
border-color: #D62246;
}
</style>