Shades of Crimson #DF0627
Tints of Crimson #DF0627
RGB
CMYK
RGB Variations
Color information
#DF0627 (or 0xDF0627) is known color: Crimson. HEX triplet: DF, 06 and 27. RGB value is (223,6,39). Sum of RGB (Red+Green+Blue) = 223+6+39=268 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.21% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0627 is #20F9D8. Grayscale: #4A4A4A. Windows color (decimal): -2161113 or 2557663. OLE color: 2557663.
HSL color Cylindrical-coordinate representation of color #DF0627: hue angle of 350.88º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF0627 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 39 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.13 |
| HSL | 350.88º | 0.95% | 0.45% | - |
| HSV(B) | 350.88º | 0.97% | 0.87% | - |
| XYZ | 30.86 | 15.96 | 3.37 | - |
| YUV | 74.65 | 107.89 | 233.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 39 | 0 | 0.97 | 0.83 | 0.13 | 350.88 | 0.95 | 0.45 |
| Hex | DF | 6 | 27 | 0 | 61 | 53 | D | 15F | 5F | 2D |
| Octal | 337 | 6 | 47 | 0 | 141 | 123 | 15 | 537 | 137 | 55 |
| Binary | 11011111 | 110 | 100111 | 0 | 1100001 | 1010011 | 1101 | 101011111 | 1011111 | 101101 |
Color Harmonies of #DF0627
Complementary color
Monochromatic Colors of #DF0627
Black with #DF0627
Text Example
Text Example
White with #DF0627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0627; }
p { color: rgb(223,6,39); }
H1.HeaderClassName
{
color: #DF0627;
}
.AnyTagClassName
{
color: #DF0627;
}
</style>
background-color css
<style>
a { background-color: #DF0627; }
a { background-color: rgb(223,6,39); }
div.DivClassName
{
background-color: #DF0627;
}
.BgClassName
{
background-color: #DF0627;
}
</style>
border-color css
<style>
span { border-color: #DF0627; }
span { border-color: rgb(223,6,39); }
td.TdClassName
{
border-color: #DF0627;
}
.TagClassName
{
border-color: #DF0627;
}
</style>