Shades of Crimson #DF0329
Tints of Crimson #DF0329
RGB
CMYK
RGB Variations
Color information
#DF0329 (or 0xDF0329) is known color: Crimson. HEX triplet: DF, 03 and 29. RGB value is (223,3,41). Sum of RGB (Red+Green+Blue) = 223+3+41=267 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.52% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0329 is #20FCD6. Grayscale: #494949. Windows color (decimal): -2161879 or 2687967. OLE color: 2687967.
HSL color Cylindrical-coordinate representation of color #DF0329: hue angle of 349.64º 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 #DF0329 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 41 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.13 |
| HSL | 349.64º | 0.97% | 0.44% | - |
| HSV(B) | 349.64º | 0.99% | 0.87% | - |
| XYZ | 30.86 | 15.91 | 3.54 | - |
| YUV | 73.11 | 109.89 | 234.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 41 | 0 | 0.99 | 0.82 | 0.13 | 349.64 | 0.97 | 0.44 |
| Hex | DF | 3 | 29 | 0 | 63 | 52 | D | 15E | 61 | 2C |
| Octal | 337 | 3 | 51 | 0 | 143 | 122 | 15 | 536 | 141 | 54 |
| Binary | 11011111 | 11 | 101001 | 0 | 1100011 | 1010010 | 1101 | 101011110 | 1100001 | 101100 |
Color Harmonies of #DF0329
Complementary color
Monochromatic Colors of #DF0329
Black with #DF0329
Text Example
Text Example
White with #DF0329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0329; }
p { color: rgb(223,3,41); }
H1.HeaderClassName
{
color: #DF0329;
}
.AnyTagClassName
{
color: #DF0329;
}
</style>
background-color css
<style>
a { background-color: #DF0329; }
a { background-color: rgb(223,3,41); }
div.DivClassName
{
background-color: #DF0329;
}
.BgClassName
{
background-color: #DF0329;
}
</style>
border-color css
<style>
span { border-color: #DF0329; }
span { border-color: rgb(223,3,41); }
td.TdClassName
{
border-color: #DF0329;
}
.TagClassName
{
border-color: #DF0329;
}
</style>