Shades of Crimson #DF1B46
Tints of Crimson #DF1B46
RGB
CMYK
RGB Variations
Color information
#DF1B46 (or 0xDF1B46) is known color: Crimson. HEX triplet: DF, 1B and 46. RGB value is (223,27,70). Sum of RGB (Red+Green+Blue) = 223+27+70=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1B46 is #20E4B9. Grayscale: #5A5A5A. Windows color (decimal): -2155706 or 4594655. OLE color: 4594655.
HSL color Cylindrical-coordinate representation of color #DF1B46: hue angle of 346.84º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1B46 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 27 | 70 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.13 |
| HSL | 346.84º | 0.78% | 0.49% | - |
| HSV(B) | 346.84º | 0.88% | 0.87% | - |
| XYZ | 31.93 | 16.91 | 7.38 | - |
| YUV | 90.51 | 116.43 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 27 | 70 | 0 | 0.88 | 0.69 | 0.13 | 346.84 | 0.78 | 0.49 |
| Hex | DF | 1B | 46 | 0 | 58 | 45 | D | 15B | 4E | 31 |
| Octal | 337 | 33 | 106 | 0 | 130 | 105 | 15 | 533 | 116 | 61 |
| Binary | 11011111 | 11011 | 1000110 | 0 | 1011000 | 1000101 | 1101 | 101011011 | 1001110 | 110001 |
Color Harmonies of #DF1B46
Complementary color
Monochromatic Colors of #DF1B46
Black with #DF1B46
Text Example
Text Example
White with #DF1B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1B46; }
p { color: rgb(223,27,70); }
H1.HeaderClassName
{
color: #DF1B46;
}
.AnyTagClassName
{
color: #DF1B46;
}
</style>
background-color css
<style>
a { background-color: #DF1B46; }
a { background-color: rgb(223,27,70); }
div.DivClassName
{
background-color: #DF1B46;
}
.BgClassName
{
background-color: #DF1B46;
}
</style>
border-color css
<style>
span { border-color: #DF1B46; }
span { border-color: rgb(223,27,70); }
td.TdClassName
{
border-color: #DF1B46;
}
.TagClassName
{
border-color: #DF1B46;
}
</style>