Shades of Crimson #DF0241
Tints of Crimson #DF0241
RGB
CMYK
RGB Variations
Color information
#DF0241 (or 0xDF0241) is known color: Crimson. HEX triplet: DF, 02 and 41. RGB value is (223,2,65). Sum of RGB (Red+Green+Blue) = 223+2+65=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0241 is #20FDBE. Grayscale: #4B4B4B. Windows color (decimal): -2162111 or 4260575. OLE color: 4260575.
HSL color Cylindrical-coordinate representation of color #DF0241: hue angle of 342.9º degrees, saturation: 0.98, 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 #DF0241 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 65 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.13 |
| HSL | 342.9º | 0.98% | 0.44% | - |
| HSV(B) | 342.9º | 0.99% | 0.87% | - |
| XYZ | 31.41 | 16.11 | 6.46 | - |
| YUV | 75.26 | 122.22 | 233.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 65 | 0 | 0.99 | 0.71 | 0.13 | 342.9 | 0.98 | 0.44 |
| Hex | DF | 2 | 41 | 0 | 63 | 47 | D | 157 | 62 | 2C |
| Octal | 337 | 2 | 101 | 0 | 143 | 107 | 15 | 527 | 142 | 54 |
| Binary | 11011111 | 10 | 1000001 | 0 | 1100011 | 1000111 | 1101 | 101010111 | 1100010 | 101100 |
Color Harmonies of #DF0241
Complementary color
Monochromatic Colors of #DF0241
Black with #DF0241
Text Example
Text Example
White with #DF0241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0241; }
p { color: rgb(223,2,65); }
H1.HeaderClassName
{
color: #DF0241;
}
.AnyTagClassName
{
color: #DF0241;
}
</style>
background-color css
<style>
a { background-color: #DF0241; }
a { background-color: rgb(223,2,65); }
div.DivClassName
{
background-color: #DF0241;
}
.BgClassName
{
background-color: #DF0241;
}
</style>
border-color css
<style>
span { border-color: #DF0241; }
span { border-color: rgb(223,2,65); }
td.TdClassName
{
border-color: #DF0241;
}
.TagClassName
{
border-color: #DF0241;
}
</style>