Shades of Crimson #DF0637
Tints of Crimson #DF0637
RGB
CMYK
RGB Variations
Color information
#DF0637 (or 0xDF0637) is known color: Crimson. HEX triplet: DF, 06 and 37. RGB value is (223,6,55). Sum of RGB (Red+Green+Blue) = 223+6+55=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0637 is #20F9C8. Grayscale: #4C4C4C. Windows color (decimal): -2161097 or 3606239. OLE color: 3606239.
HSL color Cylindrical-coordinate representation of color #DF0637: hue angle of 346.45º 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 #DF0637 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 55 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.13 |
| HSL | 346.45º | 0.95% | 0.45% | - |
| HSV(B) | 346.45º | 0.97% | 0.87% | - |
| XYZ | 31.19 | 16.09 | 5.08 | - |
| YUV | 76.47 | 115.89 | 232.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 55 | 0 | 0.97 | 0.75 | 0.13 | 346.45 | 0.95 | 0.45 |
| Hex | DF | 6 | 37 | 0 | 61 | 4B | D | 15A | 5F | 2D |
| Octal | 337 | 6 | 67 | 0 | 141 | 113 | 15 | 532 | 137 | 55 |
| Binary | 11011111 | 110 | 110111 | 0 | 1100001 | 1001011 | 1101 | 101011010 | 1011111 | 101101 |
Color Harmonies of #DF0637
Complementary color
Monochromatic Colors of #DF0637
Black with #DF0637
Text Example
Text Example
White with #DF0637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0637; }
p { color: rgb(223,6,55); }
H1.HeaderClassName
{
color: #DF0637;
}
.AnyTagClassName
{
color: #DF0637;
}
</style>
background-color css
<style>
a { background-color: #DF0637; }
a { background-color: rgb(223,6,55); }
div.DivClassName
{
background-color: #DF0637;
}
.BgClassName
{
background-color: #DF0637;
}
</style>
border-color css
<style>
span { border-color: #DF0637; }
span { border-color: rgb(223,6,55); }
td.TdClassName
{
border-color: #DF0637;
}
.TagClassName
{
border-color: #DF0637;
}
</style>