Shades of Crimson #D0053F
Tints of Crimson #D0053F
RGB
CMYK
RGB Variations
Color information
#D0053F (or 0xD0053F) is known color: Crimson. HEX triplet: D0, 05 and 3F. RGB value is (208,5,63). Sum of RGB (Red+Green+Blue) = 208+5+63=276 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.36% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 208 - color contains mainly: red. Hex color #D0053F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0053F is #2FFAC0. Grayscale: #484848. Windows color (decimal): -3144385 or 4130256. OLE color: 4130256.
HSL color Cylindrical-coordinate representation of color #D0053F: hue angle of 342.86º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0053F is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 63 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.18 |
| HSL | 342.86º | 0.95% | 0.42% | - |
| HSV(B) | 342.86º | 0.98% | 0.82% | - |
| XYZ | 26.96 | 13.88 | 5.96 | - |
| YUV | 72.31 | 122.75 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 63 | 0 | 0.98 | 0.70 | 0.18 | 342.86 | 0.95 | 0.42 |
| Hex | D0 | 5 | 3F | 0 | 62 | 46 | 12 | 157 | 5F | 2A |
| Octal | 320 | 5 | 77 | 0 | 142 | 106 | 22 | 527 | 137 | 52 |
| Binary | 11010000 | 101 | 111111 | 0 | 1100010 | 1000110 | 10010 | 101010111 | 1011111 | 101010 |
Color Harmonies of #D0053F
Complementary color
Monochromatic Colors of #D0053F
Black with #D0053F
Text Example
Text Example
White with #D0053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0053F; }
p { color: rgb(208,5,63); }
H1.HeaderClassName
{
color: #D0053F;
}
.AnyTagClassName
{
color: #D0053F;
}
</style>
background-color css
<style>
a { background-color: #D0053F; }
a { background-color: rgb(208,5,63); }
div.DivClassName
{
background-color: #D0053F;
}
.BgClassName
{
background-color: #D0053F;
}
</style>
border-color css
<style>
span { border-color: #D0053F; }
span { border-color: rgb(208,5,63); }
td.TdClassName
{
border-color: #D0053F;
}
.TagClassName
{
border-color: #D0053F;
}
</style>