Shades of Crimson #DF1029
Tints of Crimson #DF1029
RGB
CMYK
RGB Variations
Color information
#DF1029 (or 0xDF1029) is known color: Crimson. HEX triplet: DF, 10 and 29. RGB value is (223,16,41). Sum of RGB (Red+Green+Blue) = 223+16+41=280 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.64% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1029 is #20EFD6. Grayscale: #505050. Windows color (decimal): -2158551 or 2691295. OLE color: 2691295.
HSL color Cylindrical-coordinate representation of color #DF1029: hue angle of 352.75º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF1029 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 41 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.13 |
| HSL | 352.75º | 0.87% | 0.47% | - |
| HSV(B) | 352.75º | 0.93% | 0.87% | - |
| XYZ | 31.02 | 16.22 | 3.59 | - |
| YUV | 80.74 | 105.58 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 41 | 0 | 0.93 | 0.82 | 0.13 | 352.75 | 0.87 | 0.47 |
| Hex | DF | 10 | 29 | 0 | 5D | 52 | D | 161 | 57 | 2F |
| Octal | 337 | 20 | 51 | 0 | 135 | 122 | 15 | 541 | 127 | 57 |
| Binary | 11011111 | 10000 | 101001 | 0 | 1011101 | 1010010 | 1101 | 101100001 | 1010111 | 101111 |
Color Harmonies of #DF1029
Complementary color
Monochromatic Colors of #DF1029
Black with #DF1029
Text Example
Text Example
White with #DF1029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1029; }
p { color: rgb(223,16,41); }
H1.HeaderClassName
{
color: #DF1029;
}
.AnyTagClassName
{
color: #DF1029;
}
</style>
background-color css
<style>
a { background-color: #DF1029; }
a { background-color: rgb(223,16,41); }
div.DivClassName
{
background-color: #DF1029;
}
.BgClassName
{
background-color: #DF1029;
}
</style>
border-color css
<style>
span { border-color: #DF1029; }
span { border-color: rgb(223,16,41); }
td.TdClassName
{
border-color: #DF1029;
}
.TagClassName
{
border-color: #DF1029;
}
</style>