Shades of Crimson #DF0331
Tints of Crimson #DF0331
RGB
CMYK
RGB Variations
Color information
#DF0331 (or 0xDF0331) is known color: Crimson. HEX triplet: DF, 03 and 31. RGB value is (223,3,49). Sum of RGB (Red+Green+Blue) = 223+3+49=275 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.09% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0331 is #20FCCE. Grayscale: #4A4A4A. Windows color (decimal): -2161871 or 3212255. OLE color: 3212255.
HSL color Cylindrical-coordinate representation of color #DF0331: hue angle of 347.45º 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 #DF0331 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 49 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.13 |
| HSL | 347.45º | 0.97% | 0.44% | - |
| HSV(B) | 347.45º | 0.99% | 0.87% | - |
| XYZ | 31.02 | 15.97 | 4.35 | - |
| YUV | 74.02 | 113.89 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 49 | 0 | 0.99 | 0.78 | 0.13 | 347.45 | 0.97 | 0.44 |
| Hex | DF | 3 | 31 | 0 | 63 | 4E | D | 15B | 61 | 2C |
| Octal | 337 | 3 | 61 | 0 | 143 | 116 | 15 | 533 | 141 | 54 |
| Binary | 11011111 | 11 | 110001 | 0 | 1100011 | 1001110 | 1101 | 101011011 | 1100001 | 101100 |
Color Harmonies of #DF0331
Complementary color
Monochromatic Colors of #DF0331
Black with #DF0331
Text Example
Text Example
White with #DF0331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0331; }
p { color: rgb(223,3,49); }
H1.HeaderClassName
{
color: #DF0331;
}
.AnyTagClassName
{
color: #DF0331;
}
</style>
background-color css
<style>
a { background-color: #DF0331; }
a { background-color: rgb(223,3,49); }
div.DivClassName
{
background-color: #DF0331;
}
.BgClassName
{
background-color: #DF0331;
}
</style>
border-color css
<style>
span { border-color: #DF0331; }
span { border-color: rgb(223,3,49); }
td.TdClassName
{
border-color: #DF0331;
}
.TagClassName
{
border-color: #DF0331;
}
</style>