Shades of Crimson #D9063C
Tints of Crimson #D9063C
RGB
CMYK
RGB Variations
Color information
#D9063C (or 0xD9063C) is known color: Crimson. HEX triplet: D9, 06 and 3C. RGB value is (217,6,60). Sum of RGB (Red+Green+Blue) = 217+6+60=283 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.68% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 217 - color contains mainly: red. Hex color #D9063C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9063C is #26F9C3. Grayscale: #4B4B4B. Windows color (decimal): -2554308 or 3933913. OLE color: 3933913.
HSL color Cylindrical-coordinate representation of color #D9063C: hue angle of 344.64º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9063C is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 60 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.15 |
| HSL | 344.64º | 0.95% | 0.44% | - |
| HSV(B) | 344.64º | 0.97% | 0.85% | - |
| XYZ | 29.5 | 15.21 | 5.66 | - |
| YUV | 75.25 | 119.4 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 60 | 0 | 0.97 | 0.72 | 0.15 | 344.64 | 0.95 | 0.44 |
| Hex | D9 | 6 | 3C | 0 | 61 | 48 | F | 159 | 5F | 2C |
| Octal | 331 | 6 | 74 | 0 | 141 | 110 | 17 | 531 | 137 | 54 |
| Binary | 11011001 | 110 | 111100 | 0 | 1100001 | 1001000 | 1111 | 101011001 | 1011111 | 101100 |
Color Harmonies of #D9063C
Complementary color
Monochromatic Colors of #D9063C
Black with #D9063C
Text Example
Text Example
White with #D9063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9063C; }
p { color: rgb(217,6,60); }
H1.HeaderClassName
{
color: #D9063C;
}
.AnyTagClassName
{
color: #D9063C;
}
</style>
background-color css
<style>
a { background-color: #D9063C; }
a { background-color: rgb(217,6,60); }
div.DivClassName
{
background-color: #D9063C;
}
.BgClassName
{
background-color: #D9063C;
}
</style>
border-color css
<style>
span { border-color: #D9063C; }
span { border-color: rgb(217,6,60); }
td.TdClassName
{
border-color: #D9063C;
}
.TagClassName
{
border-color: #D9063C;
}
</style>