Shades of Crimson #DF114B
Tints of Crimson #DF114B
RGB
CMYK
RGB Variations
Color information
#DF114B (or 0xDF114B) is known color: Crimson. HEX triplet: DF, 11 and 4B. RGB value is (223,17,75). Sum of RGB (Red+Green+Blue) = 223+17+75=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF114B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF114B is #20EEB4. Grayscale: #555555. Windows color (decimal): -2158261 or 4919775. OLE color: 4919775.
HSL color Cylindrical-coordinate representation of color #DF114B: hue angle of 343.11º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF114B is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 75 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.13 |
| HSL | 343.11º | 0.86% | 0.47% | - |
| HSV(B) | 343.11º | 0.92% | 0.87% | - |
| XYZ | 31.9 | 16.6 | 8.18 | - |
| YUV | 85.21 | 122.25 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 75 | 0 | 0.92 | 0.66 | 0.13 | 343.11 | 0.86 | 0.47 |
| Hex | DF | 11 | 4B | 0 | 5C | 42 | D | 157 | 56 | 2F |
| Octal | 337 | 21 | 113 | 0 | 134 | 102 | 15 | 527 | 126 | 57 |
| Binary | 11011111 | 10001 | 1001011 | 0 | 1011100 | 1000010 | 1101 | 101010111 | 1010110 | 101111 |
Color Harmonies of #DF114B
Complementary color
Monochromatic Colors of #DF114B
Black with #DF114B
Text Example
Text Example
White with #DF114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF114B; }
p { color: rgb(223,17,75); }
H1.HeaderClassName
{
color: #DF114B;
}
.AnyTagClassName
{
color: #DF114B;
}
</style>
background-color css
<style>
a { background-color: #DF114B; }
a { background-color: rgb(223,17,75); }
div.DivClassName
{
background-color: #DF114B;
}
.BgClassName
{
background-color: #DF114B;
}
</style>
border-color css
<style>
span { border-color: #DF114B; }
span { border-color: rgb(223,17,75); }
td.TdClassName
{
border-color: #DF114B;
}
.TagClassName
{
border-color: #DF114B;
}
</style>