Shades of Crimson #DF0938
Tints of Crimson #DF0938
RGB
CMYK
RGB Variations
Color information
#DF0938 (or 0xDF0938) is known color: Crimson. HEX triplet: DF, 09 and 38. RGB value is (223,9,56). Sum of RGB (Red+Green+Blue) = 223+9+56=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0938 is #20F6C7. Grayscale: #4E4E4E. Windows color (decimal): -2160328 or 3672543. OLE color: 3672543.
HSL color Cylindrical-coordinate representation of color #DF0938: hue angle of 346.82º 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 #DF0938 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 56 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.13 |
| HSL | 346.82º | 0.92% | 0.45% | - |
| HSV(B) | 346.82º | 0.96% | 0.87% | - |
| XYZ | 31.24 | 16.17 | 5.22 | - |
| YUV | 78.34 | 115.4 | 231.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 56 | 0 | 0.96 | 0.75 | 0.13 | 346.82 | 0.92 | 0.45 |
| Hex | DF | 9 | 38 | 0 | 60 | 4B | D | 15B | 5C | 2D |
| Octal | 337 | 11 | 70 | 0 | 140 | 113 | 15 | 533 | 134 | 55 |
| Binary | 11011111 | 1001 | 111000 | 0 | 1100000 | 1001011 | 1101 | 101011011 | 1011100 | 101101 |
Color Harmonies of #DF0938
Complementary color
Monochromatic Colors of #DF0938
Black with #DF0938
Text Example
Text Example
White with #DF0938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0938; }
p { color: rgb(223,9,56); }
H1.HeaderClassName
{
color: #DF0938;
}
.AnyTagClassName
{
color: #DF0938;
}
</style>
background-color css
<style>
a { background-color: #DF0938; }
a { background-color: rgb(223,9,56); }
div.DivClassName
{
background-color: #DF0938;
}
.BgClassName
{
background-color: #DF0938;
}
</style>
border-color css
<style>
span { border-color: #DF0938; }
span { border-color: rgb(223,9,56); }
td.TdClassName
{
border-color: #DF0938;
}
.TagClassName
{
border-color: #DF0938;
}
</style>