Shades of Crimson #D01543
Tints of Crimson #D01543
RGB
CMYK
RGB Variations
Color information
#D01543 (or 0xD01543) is known color: Crimson. HEX triplet: D0, 15 and 43. RGB value is (208,21,67). Sum of RGB (Red+Green+Blue) = 208+21+67=296 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.27% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 208 - color contains mainly: red. Hex color #D01543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01543 is #2FEABC. Grayscale: #525252. Windows color (decimal): -3140285 or 4396496. OLE color: 4396496.
HSL color Cylindrical-coordinate representation of color #D01543: hue angle of 345.24º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01543 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 67 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.18 |
| HSL | 345.24º | 0.82% | 0.45% | - |
| HSV(B) | 345.24º | 0.9% | 0.82% | - |
| XYZ | 27.29 | 14.35 | 6.64 | - |
| YUV | 82.16 | 119.45 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 67 | 0 | 0.90 | 0.68 | 0.18 | 345.24 | 0.82 | 0.45 |
| Hex | D0 | 15 | 43 | 0 | 5A | 44 | 12 | 159 | 52 | 2D |
| Octal | 320 | 25 | 103 | 0 | 132 | 104 | 22 | 531 | 122 | 55 |
| Binary | 11010000 | 10101 | 1000011 | 0 | 1011010 | 1000100 | 10010 | 101011001 | 1010010 | 101101 |
Color Harmonies of #D01543
Complementary color
Monochromatic Colors of #D01543
Black with #D01543
Text Example
Text Example
White with #D01543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01543; }
p { color: rgb(208,21,67); }
H1.HeaderClassName
{
color: #D01543;
}
.AnyTagClassName
{
color: #D01543;
}
</style>
background-color css
<style>
a { background-color: #D01543; }
a { background-color: rgb(208,21,67); }
div.DivClassName
{
background-color: #D01543;
}
.BgClassName
{
background-color: #D01543;
}
</style>
border-color css
<style>
span { border-color: #D01543; }
span { border-color: rgb(208,21,67); }
td.TdClassName
{
border-color: #D01543;
}
.TagClassName
{
border-color: #D01543;
}
</style>