Shades of Crimson #D0063B
Tints of Crimson #D0063B
RGB
CMYK
RGB Variations
Color information
#D0063B (or 0xD0063B) is known color: Crimson. HEX triplet: D0, 06 and 3B. RGB value is (208,6,59). Sum of RGB (Red+Green+Blue) = 208+6+59=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D0063B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0063B is #2FF9C4. Grayscale: #484848. Windows color (decimal): -3144133 or 3868368. OLE color: 3868368.
HSL color Cylindrical-coordinate representation of color #D0063B: hue angle of 344.26º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0063B is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 59 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.18 |
| HSL | 344.26º | 0.94% | 0.42% | - |
| HSV(B) | 344.26º | 0.97% | 0.82% | - |
| XYZ | 26.87 | 13.86 | 5.4 | - |
| YUV | 72.44 | 120.42 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 59 | 0 | 0.97 | 0.72 | 0.18 | 344.26 | 0.94 | 0.42 |
| Hex | D0 | 6 | 3B | 0 | 61 | 48 | 12 | 158 | 5E | 2A |
| Octal | 320 | 6 | 73 | 0 | 141 | 110 | 22 | 530 | 136 | 52 |
| Binary | 11010000 | 110 | 111011 | 0 | 1100001 | 1001000 | 10010 | 101011000 | 1011110 | 101010 |
Color Harmonies of #D0063B
Complementary color
Monochromatic Colors of #D0063B
Black with #D0063B
Text Example
Text Example
White with #D0063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0063B; }
p { color: rgb(208,6,59); }
H1.HeaderClassName
{
color: #D0063B;
}
.AnyTagClassName
{
color: #D0063B;
}
</style>
background-color css
<style>
a { background-color: #D0063B; }
a { background-color: rgb(208,6,59); }
div.DivClassName
{
background-color: #D0063B;
}
.BgClassName
{
background-color: #D0063B;
}
</style>
border-color css
<style>
span { border-color: #D0063B; }
span { border-color: rgb(208,6,59); }
td.TdClassName
{
border-color: #D0063B;
}
.TagClassName
{
border-color: #D0063B;
}
</style>