Shades of Crimson #DF0027
Tints of Crimson #DF0027
RGB
CMYK
RGB Variations
Color information
#DF0027 (or 0xDF0027) is known color: Crimson. HEX triplet: DF, 00 and 27. RGB value is (223,0,39). Sum of RGB (Red+Green+Blue) = 223+0+39=262 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.11% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0027 is #20FFD8. Grayscale: #474747. Windows color (decimal): -2162649 or 2556127. OLE color: 2556127.
HSL color Cylindrical-coordinate representation of color #DF0027: hue angle of 349.51º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0027 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 39 | - |
| CMYK | 0 | 1 | 0.83 | 0.13 |
| HSL | 349.51º | 1% | 0.44% | - |
| HSV(B) | 349.51º | 1% | 0.87% | - |
| XYZ | 30.8 | 15.83 | 3.35 | - |
| YUV | 71.12 | 109.88 | 236.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 39 | 0 | 1 | 0.83 | 0.13 | 349.51 | 1 | 0.44 |
| Hex | DF | 0 | 27 | 0 | 64 | 53 | D | 15E | 64 | 2C |
| Octal | 337 | 0 | 47 | 0 | 144 | 123 | 15 | 536 | 144 | 54 |
| Binary | 11011111 | 0 | 100111 | 0 | 1100100 | 1010011 | 1101 | 101011110 | 1100100 | 101100 |
Color Harmonies of #DF0027
Complementary color
Monochromatic Colors of #DF0027
Black with #DF0027
Text Example
Text Example
White with #DF0027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0027; }
p { color: rgb(223,0,39); }
H1.HeaderClassName
{
color: #DF0027;
}
.AnyTagClassName
{
color: #DF0027;
}
</style>
background-color css
<style>
a { background-color: #DF0027; }
a { background-color: rgb(223,0,39); }
div.DivClassName
{
background-color: #DF0027;
}
.BgClassName
{
background-color: #DF0027;
}
</style>
border-color css
<style>
span { border-color: #DF0027; }
span { border-color: rgb(223,0,39); }
td.TdClassName
{
border-color: #DF0027;
}
.TagClassName
{
border-color: #DF0027;
}
</style>