Shades of Crimson #DF0439
Tints of Crimson #DF0439
RGB
CMYK
RGB Variations
Color information
#DF0439 (or 0xDF0439) is known color: Crimson. HEX triplet: DF, 04 and 39. RGB value is (223,4,57). Sum of RGB (Red+Green+Blue) = 223+4+57=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0439 is #20FBC6. Grayscale: #4B4B4B. Windows color (decimal): -2161607 or 3736799. OLE color: 3736799.
HSL color Cylindrical-coordinate representation of color #DF0439: hue angle of 345.48º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0439 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 57 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.13 |
| HSL | 345.48º | 0.96% | 0.45% | - |
| HSV(B) | 345.48º | 0.98% | 0.87% | - |
| XYZ | 31.21 | 16.07 | 5.33 | - |
| YUV | 75.52 | 117.55 | 233.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 57 | 0 | 0.98 | 0.74 | 0.13 | 345.48 | 0.96 | 0.45 |
| Hex | DF | 4 | 39 | 0 | 62 | 4A | D | 159 | 60 | 2D |
| Octal | 337 | 4 | 71 | 0 | 142 | 112 | 15 | 531 | 140 | 55 |
| Binary | 11011111 | 100 | 111001 | 0 | 1100010 | 1001010 | 1101 | 101011001 | 1100000 | 101101 |
Color Harmonies of #DF0439
Complementary color
Monochromatic Colors of #DF0439
Black with #DF0439
Text Example
Text Example
White with #DF0439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0439; }
p { color: rgb(223,4,57); }
H1.HeaderClassName
{
color: #DF0439;
}
.AnyTagClassName
{
color: #DF0439;
}
</style>
background-color css
<style>
a { background-color: #DF0439; }
a { background-color: rgb(223,4,57); }
div.DivClassName
{
background-color: #DF0439;
}
.BgClassName
{
background-color: #DF0439;
}
</style>
border-color css
<style>
span { border-color: #DF0439; }
span { border-color: rgb(223,4,57); }
td.TdClassName
{
border-color: #DF0439;
}
.TagClassName
{
border-color: #DF0439;
}
</style>