Shades of Crimson #DF0145
Tints of Crimson #DF0145
RGB
CMYK
RGB Variations
Color information
#DF0145 (or 0xDF0145) is known color: Crimson. HEX triplet: DF, 01 and 45. RGB value is (223,1,69). Sum of RGB (Red+Green+Blue) = 223+1+69=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0145 is #20FEBA. Grayscale: #4B4B4B. Windows color (decimal): -2162363 or 4522463. OLE color: 4522463.
HSL color Cylindrical-coordinate representation of color #DF0145: hue angle of 341.62º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0145 is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 69 | - |
| CMYK | 0 | 1.00 | 0.69 | 0.13 |
| HSL | 341.62º | 0.99% | 0.44% | - |
| HSV(B) | 341.62º | 1% | 0.87% | - |
| XYZ | 31.52 | 16.14 | 7.08 | - |
| YUV | 75.13 | 124.55 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 69 | 0 | 1.00 | 0.69 | 0.13 | 341.62 | 0.99 | 0.44 |
| Hex | DF | 1 | 45 | 0 | 64 | 45 | D | 156 | 63 | 2C |
| Octal | 337 | 1 | 105 | 0 | 144 | 105 | 15 | 526 | 143 | 54 |
| Binary | 11011111 | 1 | 1000101 | 0 | 1100100 | 1000101 | 1101 | 101010110 | 1100011 | 101100 |
Color Harmonies of #DF0145
Complementary color
Monochromatic Colors of #DF0145
Black with #DF0145
Text Example
Text Example
White with #DF0145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0145; }
p { color: rgb(223,1,69); }
H1.HeaderClassName
{
color: #DF0145;
}
.AnyTagClassName
{
color: #DF0145;
}
</style>
background-color css
<style>
a { background-color: #DF0145; }
a { background-color: rgb(223,1,69); }
div.DivClassName
{
background-color: #DF0145;
}
.BgClassName
{
background-color: #DF0145;
}
</style>
border-color css
<style>
span { border-color: #DF0145; }
span { border-color: rgb(223,1,69); }
td.TdClassName
{
border-color: #DF0145;
}
.TagClassName
{
border-color: #DF0145;
}
</style>