Shades of Crimson #DF183E
Tints of Crimson #DF183E
RGB
CMYK
RGB Variations
Color information
#DF183E (or 0xDF183E) is known color: Crimson. HEX triplet: DF, 18 and 3E. RGB value is (223,24,62). Sum of RGB (Red+Green+Blue) = 223+24+62=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF183E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF183E is #20E7C1. Grayscale: #575757. Windows color (decimal): -2156482 or 4069599. OLE color: 4069599.
HSL color Cylindrical-coordinate representation of color #DF183E: hue angle of 348.54º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF183E is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 62 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.13 |
| HSL | 348.54º | 0.81% | 0.48% | - |
| HSV(B) | 348.54º | 0.89% | 0.87% | - |
| XYZ | 31.63 | 16.69 | 6.11 | - |
| YUV | 87.83 | 113.43 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 62 | 0 | 0.89 | 0.72 | 0.13 | 348.54 | 0.81 | 0.48 |
| Hex | DF | 18 | 3E | 0 | 59 | 48 | D | 15D | 51 | 30 |
| Octal | 337 | 30 | 76 | 0 | 131 | 110 | 15 | 535 | 121 | 60 |
| Binary | 11011111 | 11000 | 111110 | 0 | 1011001 | 1001000 | 1101 | 101011101 | 1010001 | 110000 |
Color Harmonies of #DF183E
Complementary color
Monochromatic Colors of #DF183E
Black with #DF183E
Text Example
Text Example
White with #DF183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF183E; }
p { color: rgb(223,24,62); }
H1.HeaderClassName
{
color: #DF183E;
}
.AnyTagClassName
{
color: #DF183E;
}
</style>
background-color css
<style>
a { background-color: #DF183E; }
a { background-color: rgb(223,24,62); }
div.DivClassName
{
background-color: #DF183E;
}
.BgClassName
{
background-color: #DF183E;
}
</style>
border-color css
<style>
span { border-color: #DF183E; }
span { border-color: rgb(223,24,62); }
td.TdClassName
{
border-color: #DF183E;
}
.TagClassName
{
border-color: #DF183E;
}
</style>