Shades of Crimson #D00546
Tints of Crimson #D00546
RGB
CMYK
RGB Variations
Color information
#D00546 (or 0xD00546) is known color: Crimson. HEX triplet: D0, 05 and 46. RGB value is (208,5,70). Sum of RGB (Red+Green+Blue) = 208+5+70=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D00546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00546 is #2FFAB9. Grayscale: #494949. Windows color (decimal): -3144378 or 4589008. OLE color: 4589008.
HSL color Cylindrical-coordinate representation of color #D00546: hue angle of 340.79º 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 #D00546 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 70 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.18 |
| HSL | 340.79º | 0.95% | 0.42% | - |
| HSV(B) | 340.79º | 0.98% | 0.82% | - |
| XYZ | 27.17 | 13.96 | 7.06 | - |
| YUV | 73.11 | 126.25 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 70 | 0 | 0.98 | 0.66 | 0.18 | 340.79 | 0.95 | 0.42 |
| Hex | D0 | 5 | 46 | 0 | 62 | 42 | 12 | 155 | 5F | 2A |
| Octal | 320 | 5 | 106 | 0 | 142 | 102 | 22 | 525 | 137 | 52 |
| Binary | 11010000 | 101 | 1000110 | 0 | 1100010 | 1000010 | 10010 | 101010101 | 1011111 | 101010 |
Color Harmonies of #D00546
Complementary color
Monochromatic Colors of #D00546
Black with #D00546
Text Example
Text Example
White with #D00546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00546; }
p { color: rgb(208,5,70); }
H1.HeaderClassName
{
color: #D00546;
}
.AnyTagClassName
{
color: #D00546;
}
</style>
background-color css
<style>
a { background-color: #D00546; }
a { background-color: rgb(208,5,70); }
div.DivClassName
{
background-color: #D00546;
}
.BgClassName
{
background-color: #D00546;
}
</style>
border-color css
<style>
span { border-color: #D00546; }
span { border-color: rgb(208,5,70); }
td.TdClassName
{
border-color: #D00546;
}
.TagClassName
{
border-color: #D00546;
}
</style>