Shades of Crimson #DF0935
Tints of Crimson #DF0935
RGB
CMYK
RGB Variations
Color information
#DF0935 (or 0xDF0935) is known color: Crimson. HEX triplet: DF, 09 and 35. RGB value is (223,9,53). Sum of RGB (Red+Green+Blue) = 223+9+53=285 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.25% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0935 is #20F6CA. Grayscale: #4E4E4E. Windows color (decimal): -2160331 or 3475935. OLE color: 3475935.
HSL color Cylindrical-coordinate representation of color #DF0935: hue angle of 347.66º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0935 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 53 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.13 |
| HSL | 347.66º | 0.92% | 0.45% | - |
| HSV(B) | 347.66º | 0.96% | 0.87% | - |
| XYZ | 31.17 | 16.14 | 4.84 | - |
| YUV | 78 | 113.9 | 231.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 53 | 0 | 0.96 | 0.76 | 0.13 | 347.66 | 0.92 | 0.45 |
| Hex | DF | 9 | 35 | 0 | 60 | 4C | D | 15C | 5C | 2D |
| Octal | 337 | 11 | 65 | 0 | 140 | 114 | 15 | 534 | 134 | 55 |
| Binary | 11011111 | 1001 | 110101 | 0 | 1100000 | 1001100 | 1101 | 101011100 | 1011100 | 101101 |
Color Harmonies of #DF0935
Complementary color
Monochromatic Colors of #DF0935
Black with #DF0935
Text Example
Text Example
White with #DF0935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0935; }
p { color: rgb(223,9,53); }
H1.HeaderClassName
{
color: #DF0935;
}
.AnyTagClassName
{
color: #DF0935;
}
</style>
background-color css
<style>
a { background-color: #DF0935; }
a { background-color: rgb(223,9,53); }
div.DivClassName
{
background-color: #DF0935;
}
.BgClassName
{
background-color: #DF0935;
}
</style>
border-color css
<style>
span { border-color: #DF0935; }
span { border-color: rgb(223,9,53); }
td.TdClassName
{
border-color: #DF0935;
}
.TagClassName
{
border-color: #DF0935;
}
</style>