Shades of Crimson #DF183D
Tints of Crimson #DF183D
RGB
CMYK
RGB Variations
Color information
#DF183D (or 0xDF183D) is known color: Crimson. HEX triplet: DF, 18 and 3D. RGB value is (223,24,61). Sum of RGB (Red+Green+Blue) = 223+24+61=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF183D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF183D is #20E7C2. Grayscale: #575757. Windows color (decimal): -2156483 or 4004063. OLE color: 4004063.
HSL color Cylindrical-coordinate representation of color #DF183D: hue angle of 348.84º 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 #DF183D is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 61 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.13 |
| HSL | 348.84º | 0.81% | 0.48% | - |
| HSV(B) | 348.84º | 0.89% | 0.87% | - |
| XYZ | 31.6 | 16.68 | 5.97 | - |
| YUV | 87.72 | 112.93 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 61 | 0 | 0.89 | 0.73 | 0.13 | 348.84 | 0.81 | 0.48 |
| Hex | DF | 18 | 3D | 0 | 59 | 49 | D | 15D | 51 | 30 |
| Octal | 337 | 30 | 75 | 0 | 131 | 111 | 15 | 535 | 121 | 60 |
| Binary | 11011111 | 11000 | 111101 | 0 | 1011001 | 1001001 | 1101 | 101011101 | 1010001 | 110000 |
Color Harmonies of #DF183D
Complementary color
Monochromatic Colors of #DF183D
Black with #DF183D
Text Example
Text Example
White with #DF183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF183D; }
p { color: rgb(223,24,61); }
H1.HeaderClassName
{
color: #DF183D;
}
.AnyTagClassName
{
color: #DF183D;
}
</style>
background-color css
<style>
a { background-color: #DF183D; }
a { background-color: rgb(223,24,61); }
div.DivClassName
{
background-color: #DF183D;
}
.BgClassName
{
background-color: #DF183D;
}
</style>
border-color css
<style>
span { border-color: #DF183D; }
span { border-color: rgb(223,24,61); }
td.TdClassName
{
border-color: #DF183D;
}
.TagClassName
{
border-color: #DF183D;
}
</style>