Shades of Crimson #DF124B
Tints of Crimson #DF124B
RGB
CMYK
RGB Variations
Color information
#DF124B (or 0xDF124B) is known color: Crimson. HEX triplet: DF, 12 and 4B. RGB value is (223,18,75). Sum of RGB (Red+Green+Blue) = 223+18+75=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF124B is #20EDB4. Grayscale: #555555. Windows color (decimal): -2158005 or 4920031. OLE color: 4920031.
HSL color Cylindrical-coordinate representation of color #DF124B: hue angle of 343.32º degrees, saturation: 0.85, 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 #DF124B is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 75 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.13 |
| HSL | 343.32º | 0.85% | 0.47% | - |
| HSV(B) | 343.32º | 0.92% | 0.87% | - |
| XYZ | 31.92 | 16.63 | 8.18 | - |
| YUV | 85.79 | 121.92 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 75 | 0 | 0.92 | 0.66 | 0.13 | 343.32 | 0.85 | 0.47 |
| Hex | DF | 12 | 4B | 0 | 5C | 42 | D | 157 | 55 | 2F |
| Octal | 337 | 22 | 113 | 0 | 134 | 102 | 15 | 527 | 125 | 57 |
| Binary | 11011111 | 10010 | 1001011 | 0 | 1011100 | 1000010 | 1101 | 101010111 | 1010101 | 101111 |
Color Harmonies of #DF124B
Complementary color
Monochromatic Colors of #DF124B
Black with #DF124B
Text Example
Text Example
White with #DF124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF124B; }
p { color: rgb(223,18,75); }
H1.HeaderClassName
{
color: #DF124B;
}
.AnyTagClassName
{
color: #DF124B;
}
</style>
background-color css
<style>
a { background-color: #DF124B; }
a { background-color: rgb(223,18,75); }
div.DivClassName
{
background-color: #DF124B;
}
.BgClassName
{
background-color: #DF124B;
}
</style>
border-color css
<style>
span { border-color: #DF124B; }
span { border-color: rgb(223,18,75); }
td.TdClassName
{
border-color: #DF124B;
}
.TagClassName
{
border-color: #DF124B;
}
</style>