Shades of Crimson #DF033F
Tints of Crimson #DF033F
RGB
CMYK
RGB Variations
Color information
#DF033F (or 0xDF033F) is known color: Crimson. HEX triplet: DF, 03 and 3F. RGB value is (223,3,63). Sum of RGB (Red+Green+Blue) = 223+3+63=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF033F is #20FCC0. Grayscale: #4B4B4B. Windows color (decimal): -2161857 or 4129759. OLE color: 4129759.
HSL color Cylindrical-coordinate representation of color #DF033F: hue angle of 343.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 #DF033F is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 63 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.13 |
| HSL | 343.64º | 0.97% | 0.44% | - |
| HSV(B) | 343.64º | 0.99% | 0.87% | - |
| XYZ | 31.36 | 16.11 | 6.16 | - |
| YUV | 75.62 | 120.89 | 233.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 63 | 0 | 0.99 | 0.72 | 0.13 | 343.64 | 0.97 | 0.44 |
| Hex | DF | 3 | 3F | 0 | 63 | 48 | D | 158 | 61 | 2C |
| Octal | 337 | 3 | 77 | 0 | 143 | 110 | 15 | 530 | 141 | 54 |
| Binary | 11011111 | 11 | 111111 | 0 | 1100011 | 1001000 | 1101 | 101011000 | 1100001 | 101100 |
Color Harmonies of #DF033F
Complementary color
Monochromatic Colors of #DF033F
Black with #DF033F
Text Example
Text Example
White with #DF033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF033F; }
p { color: rgb(223,3,63); }
H1.HeaderClassName
{
color: #DF033F;
}
.AnyTagClassName
{
color: #DF033F;
}
</style>
background-color css
<style>
a { background-color: #DF033F; }
a { background-color: rgb(223,3,63); }
div.DivClassName
{
background-color: #DF033F;
}
.BgClassName
{
background-color: #DF033F;
}
</style>
border-color css
<style>
span { border-color: #DF033F; }
span { border-color: rgb(223,3,63); }
td.TdClassName
{
border-color: #DF033F;
}
.TagClassName
{
border-color: #DF033F;
}
</style>