Shades of Crimson #D01841
Tints of Crimson #D01841
RGB
CMYK
RGB Variations
Color information
#D01841 (or 0xD01841) is known color: Crimson. HEX triplet: D0, 18 and 41. RGB value is (208,24,65). Sum of RGB (Red+Green+Blue) = 208+24+65=297 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.03% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 208 - color contains mainly: red. Hex color #D01841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01841 is #2FE7BE. Grayscale: #535353. Windows color (decimal): -3139519 or 4266192. OLE color: 4266192.
HSL color Cylindrical-coordinate representation of color #D01841: hue angle of 346.63º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01841 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 65 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.18 |
| HSL | 346.63º | 0.79% | 0.45% | - |
| HSV(B) | 346.63º | 0.88% | 0.82% | - |
| XYZ | 27.29 | 14.44 | 6.35 | - |
| YUV | 83.69 | 117.46 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 65 | 0 | 0.88 | 0.69 | 0.18 | 346.63 | 0.79 | 0.45 |
| Hex | D0 | 18 | 41 | 0 | 58 | 45 | 12 | 15B | 4F | 2D |
| Octal | 320 | 30 | 101 | 0 | 130 | 105 | 22 | 533 | 117 | 55 |
| Binary | 11010000 | 11000 | 1000001 | 0 | 1011000 | 1000101 | 10010 | 101011011 | 1001111 | 101101 |
Color Harmonies of #D01841
Complementary color
Monochromatic Colors of #D01841
Black with #D01841
Text Example
Text Example
White with #D01841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01841; }
p { color: rgb(208,24,65); }
H1.HeaderClassName
{
color: #D01841;
}
.AnyTagClassName
{
color: #D01841;
}
</style>
background-color css
<style>
a { background-color: #D01841; }
a { background-color: rgb(208,24,65); }
div.DivClassName
{
background-color: #D01841;
}
.BgClassName
{
background-color: #D01841;
}
</style>
border-color css
<style>
span { border-color: #D01841; }
span { border-color: rgb(208,24,65); }
td.TdClassName
{
border-color: #D01841;
}
.TagClassName
{
border-color: #D01841;
}
</style>