Shades of Crimson #DF122A
Tints of Crimson #DF122A
RGB
CMYK
RGB Variations
Color information
#DF122A (or 0xDF122A) is known color: Crimson. HEX triplet: DF, 12 and 2A. RGB value is (223,18,42). Sum of RGB (Red+Green+Blue) = 223+18+42=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF122A is #20EDD5. Grayscale: #525252. Windows color (decimal): -2158038 or 2757343. OLE color: 2757343.
HSL color Cylindrical-coordinate representation of color #DF122A: hue angle of 352.98º 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 #DF122A is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 42 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.13 |
| HSL | 352.98º | 0.85% | 0.47% | - |
| HSV(B) | 352.98º | 0.92% | 0.87% | - |
| XYZ | 31.07 | 16.29 | 3.7 | - |
| YUV | 82.03 | 105.42 | 228.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 42 | 0 | 0.92 | 0.81 | 0.13 | 352.98 | 0.85 | 0.47 |
| Hex | DF | 12 | 2A | 0 | 5C | 51 | D | 161 | 55 | 2F |
| Octal | 337 | 22 | 52 | 0 | 134 | 121 | 15 | 541 | 125 | 57 |
| Binary | 11011111 | 10010 | 101010 | 0 | 1011100 | 1010001 | 1101 | 101100001 | 1010101 | 101111 |
Color Harmonies of #DF122A
Complementary color
Monochromatic Colors of #DF122A
Black with #DF122A
Text Example
Text Example
White with #DF122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF122A; }
p { color: rgb(223,18,42); }
H1.HeaderClassName
{
color: #DF122A;
}
.AnyTagClassName
{
color: #DF122A;
}
</style>
background-color css
<style>
a { background-color: #DF122A; }
a { background-color: rgb(223,18,42); }
div.DivClassName
{
background-color: #DF122A;
}
.BgClassName
{
background-color: #DF122A;
}
</style>
border-color css
<style>
span { border-color: #DF122A; }
span { border-color: rgb(223,18,42); }
td.TdClassName
{
border-color: #DF122A;
}
.TagClassName
{
border-color: #DF122A;
}
</style>