Shades of Crimson #DF0344
Tints of Crimson #DF0344
RGB
CMYK
RGB Variations
Color information
#DF0344 (or 0xDF0344) is known color: Crimson. HEX triplet: DF, 03 and 44. RGB value is (223,3,68). Sum of RGB (Red+Green+Blue) = 223+3+68=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0344 is #20FCBB. Grayscale: #4C4C4C. Windows color (decimal): -2161852 or 4457439. OLE color: 4457439.
HSL color Cylindrical-coordinate representation of color #DF0344: hue angle of 342.27º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0344 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 68 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.13 |
| HSL | 342.27º | 0.97% | 0.44% | - |
| HSV(B) | 342.27º | 0.99% | 0.87% | - |
| XYZ | 31.51 | 16.17 | 6.93 | - |
| YUV | 76.19 | 123.39 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 68 | 0 | 0.99 | 0.70 | 0.13 | 342.27 | 0.97 | 0.44 |
| Hex | DF | 3 | 44 | 0 | 63 | 46 | D | 156 | 61 | 2C |
| Octal | 337 | 3 | 104 | 0 | 143 | 106 | 15 | 526 | 141 | 54 |
| Binary | 11011111 | 11 | 1000100 | 0 | 1100011 | 1000110 | 1101 | 101010110 | 1100001 | 101100 |
Color Harmonies of #DF0344
Complementary color
Monochromatic Colors of #DF0344
Black with #DF0344
Text Example
Text Example
White with #DF0344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0344; }
p { color: rgb(223,3,68); }
H1.HeaderClassName
{
color: #DF0344;
}
.AnyTagClassName
{
color: #DF0344;
}
</style>
background-color css
<style>
a { background-color: #DF0344; }
a { background-color: rgb(223,3,68); }
div.DivClassName
{
background-color: #DF0344;
}
.BgClassName
{
background-color: #DF0344;
}
</style>
border-color css
<style>
span { border-color: #DF0344; }
span { border-color: rgb(223,3,68); }
td.TdClassName
{
border-color: #DF0344;
}
.TagClassName
{
border-color: #DF0344;
}
</style>