Shades of Crimson #D6063F
Tints of Crimson #D6063F
RGB
CMYK
RGB Variations
Color information
#D6063F (or 0xD6063F) is known color: Crimson. HEX triplet: D6, 06 and 3F. RGB value is (214,6,63). Sum of RGB (Red+Green+Blue) = 214+6+63=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D6063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6063F is #29F9C0. Grayscale: #4A4A4A. Windows color (decimal): -2750913 or 4130518. OLE color: 4130518.
HSL color Cylindrical-coordinate representation of color #D6063F: hue angle of 343.56º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D6063F is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 6 | 63 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.16 |
| HSL | 343.56º | 0.95% | 0.43% | - |
| HSV(B) | 343.56º | 0.97% | 0.84% | - |
| XYZ | 28.69 | 14.79 | 6.04 | - |
| YUV | 74.69 | 121.41 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 6 | 63 | 0 | 0.97 | 0.71 | 0.16 | 343.56 | 0.95 | 0.43 |
| Hex | D6 | 6 | 3F | 0 | 61 | 47 | 10 | 158 | 5F | 2B |
| Octal | 326 | 6 | 77 | 0 | 141 | 107 | 20 | 530 | 137 | 53 |
| Binary | 11010110 | 110 | 111111 | 0 | 1100001 | 1000111 | 10000 | 101011000 | 1011111 | 101011 |
Color Harmonies of #D6063F
Complementary color
Monochromatic Colors of #D6063F
Black with #D6063F
Text Example
Text Example
White with #D6063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6063F; }
p { color: rgb(214,6,63); }
H1.HeaderClassName
{
color: #D6063F;
}
.AnyTagClassName
{
color: #D6063F;
}
</style>
background-color css
<style>
a { background-color: #D6063F; }
a { background-color: rgb(214,6,63); }
div.DivClassName
{
background-color: #D6063F;
}
.BgClassName
{
background-color: #D6063F;
}
</style>
border-color css
<style>
span { border-color: #D6063F; }
span { border-color: rgb(214,6,63); }
td.TdClassName
{
border-color: #D6063F;
}
.TagClassName
{
border-color: #D6063F;
}
</style>