Shades of Crimson #DF0340
Tints of Crimson #DF0340
RGB
CMYK
RGB Variations
Color information
#DF0340 (or 0xDF0340) is known color: Crimson. HEX triplet: DF, 03 and 40. RGB value is (223,3,64). Sum of RGB (Red+Green+Blue) = 223+3+64=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0340 is #20FCBF. Grayscale: #4B4B4B. Windows color (decimal): -2161856 or 4195295. OLE color: 4195295.
HSL color Cylindrical-coordinate representation of color #DF0340: hue angle of 343.36º 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 #DF0340 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 64 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.13 |
| HSL | 343.36º | 0.97% | 0.44% | - |
| HSV(B) | 343.36º | 0.99% | 0.87% | - |
| XYZ | 31.39 | 16.12 | 6.31 | - |
| YUV | 75.73 | 121.39 | 233.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 64 | 0 | 0.99 | 0.71 | 0.13 | 343.36 | 0.97 | 0.44 |
| Hex | DF | 3 | 40 | 0 | 63 | 47 | D | 157 | 61 | 2C |
| Octal | 337 | 3 | 100 | 0 | 143 | 107 | 15 | 527 | 141 | 54 |
| Binary | 11011111 | 11 | 1000000 | 0 | 1100011 | 1000111 | 1101 | 101010111 | 1100001 | 101100 |
Color Harmonies of #DF0340
Complementary color
Monochromatic Colors of #DF0340
Black with #DF0340
Text Example
Text Example
White with #DF0340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0340; }
p { color: rgb(223,3,64); }
H1.HeaderClassName
{
color: #DF0340;
}
.AnyTagClassName
{
color: #DF0340;
}
</style>
background-color css
<style>
a { background-color: #DF0340; }
a { background-color: rgb(223,3,64); }
div.DivClassName
{
background-color: #DF0340;
}
.BgClassName
{
background-color: #DF0340;
}
</style>
border-color css
<style>
span { border-color: #DF0340; }
span { border-color: rgb(223,3,64); }
td.TdClassName
{
border-color: #DF0340;
}
.TagClassName
{
border-color: #DF0340;
}
</style>