Shades of Crimson #DF1832
Tints of Crimson #DF1832
RGB
CMYK
RGB Variations
Color information
#DF1832 (or 0xDF1832) is known color: Crimson. HEX triplet: DF, 18 and 32. RGB value is (223,24,50). Sum of RGB (Red+Green+Blue) = 223+24+50=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1832 is #20E7CD. Grayscale: #565656. Windows color (decimal): -2156494 or 3283167. OLE color: 3283167.
HSL color Cylindrical-coordinate representation of color #DF1832: hue angle of 352.16º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1832 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 50 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.13 |
| HSL | 352.16º | 0.81% | 0.48% | - |
| HSV(B) | 352.16º | 0.89% | 0.87% | - |
| XYZ | 31.33 | 16.57 | 4.56 | - |
| YUV | 86.47 | 107.43 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 50 | 0 | 0.89 | 0.78 | 0.13 | 352.16 | 0.81 | 0.48 |
| Hex | DF | 18 | 32 | 0 | 59 | 4E | D | 160 | 51 | 30 |
| Octal | 337 | 30 | 62 | 0 | 131 | 116 | 15 | 540 | 121 | 60 |
| Binary | 11011111 | 11000 | 110010 | 0 | 1011001 | 1001110 | 1101 | 101100000 | 1010001 | 110000 |
Color Harmonies of #DF1832
Complementary color
Monochromatic Colors of #DF1832
Black with #DF1832
Text Example
Text Example
White with #DF1832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1832; }
p { color: rgb(223,24,50); }
H1.HeaderClassName
{
color: #DF1832;
}
.AnyTagClassName
{
color: #DF1832;
}
</style>
background-color css
<style>
a { background-color: #DF1832; }
a { background-color: rgb(223,24,50); }
div.DivClassName
{
background-color: #DF1832;
}
.BgClassName
{
background-color: #DF1832;
}
</style>
border-color css
<style>
span { border-color: #DF1832; }
span { border-color: rgb(223,24,50); }
td.TdClassName
{
border-color: #DF1832;
}
.TagClassName
{
border-color: #DF1832;
}
</style>