Shades of Crimson #DF123A
Tints of Crimson #DF123A
RGB
CMYK
RGB Variations
Color information
#DF123A (or 0xDF123A) is known color: Crimson. HEX triplet: DF, 12 and 3A. RGB value is (223,18,58). Sum of RGB (Red+Green+Blue) = 223+18+58=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF123A is #20EDC5. Grayscale: #535353. Windows color (decimal): -2158022 or 3805919. OLE color: 3805919.
HSL color Cylindrical-coordinate representation of color #DF123A: hue angle of 348.29º 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 #DF123A is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 58 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.13 |
| HSL | 348.29º | 0.85% | 0.47% | - |
| HSV(B) | 348.29º | 0.92% | 0.87% | - |
| XYZ | 31.41 | 16.43 | 5.52 | - |
| YUV | 83.86 | 113.42 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 58 | 0 | 0.92 | 0.74 | 0.13 | 348.29 | 0.85 | 0.47 |
| Hex | DF | 12 | 3A | 0 | 5C | 4A | D | 15C | 55 | 2F |
| Octal | 337 | 22 | 72 | 0 | 134 | 112 | 15 | 534 | 125 | 57 |
| Binary | 11011111 | 10010 | 111010 | 0 | 1011100 | 1001010 | 1101 | 101011100 | 1010101 | 101111 |
Color Harmonies of #DF123A
Complementary color
Monochromatic Colors of #DF123A
Black with #DF123A
Text Example
Text Example
White with #DF123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF123A; }
p { color: rgb(223,18,58); }
H1.HeaderClassName
{
color: #DF123A;
}
.AnyTagClassName
{
color: #DF123A;
}
</style>
background-color css
<style>
a { background-color: #DF123A; }
a { background-color: rgb(223,18,58); }
div.DivClassName
{
background-color: #DF123A;
}
.BgClassName
{
background-color: #DF123A;
}
</style>
border-color css
<style>
span { border-color: #DF123A; }
span { border-color: rgb(223,18,58); }
td.TdClassName
{
border-color: #DF123A;
}
.TagClassName
{
border-color: #DF123A;
}
</style>