Shades of Crimson #D61243
Tints of Crimson #D61243
RGB
CMYK
RGB Variations
Color information
#D61243 (or 0xD61243) is known color: Crimson. HEX triplet: D6, 12 and 43. RGB value is (214,18,67). Sum of RGB (Red+Green+Blue) = 214+18+67=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D61243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61243 is #29EDBC. Grayscale: #525252. Windows color (decimal): -2747837 or 4395734. OLE color: 4395734.
HSL color Cylindrical-coordinate representation of color #D61243: hue angle of 345º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61243 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 18 | 67 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.16 |
| HSL | 345º | 0.84% | 0.45% | - |
| HSV(B) | 345º | 0.92% | 0.84% | - |
| XYZ | 28.96 | 15.13 | 6.7 | - |
| YUV | 82.19 | 119.43 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 67 | 0 | 0.92 | 0.69 | 0.16 | 345 | 0.84 | 0.45 |
| Hex | D6 | 12 | 43 | 0 | 5C | 45 | 10 | 159 | 54 | 2D |
| Octal | 326 | 22 | 103 | 0 | 134 | 105 | 20 | 531 | 124 | 55 |
| Binary | 11010110 | 10010 | 1000011 | 0 | 1011100 | 1000101 | 10000 | 101011001 | 1010100 | 101101 |
Color Harmonies of #D61243
Complementary color
Monochromatic Colors of #D61243
Black with #D61243
Text Example
Text Example
White with #D61243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61243; }
p { color: rgb(214,18,67); }
H1.HeaderClassName
{
color: #D61243;
}
.AnyTagClassName
{
color: #D61243;
}
</style>
background-color css
<style>
a { background-color: #D61243; }
a { background-color: rgb(214,18,67); }
div.DivClassName
{
background-color: #D61243;
}
.BgClassName
{
background-color: #D61243;
}
</style>
border-color css
<style>
span { border-color: #D61243; }
span { border-color: rgb(214,18,67); }
td.TdClassName
{
border-color: #D61243;
}
.TagClassName
{
border-color: #D61243;
}
</style>