Shades of Crimson #DF132E
Tints of Crimson #DF132E
RGB
CMYK
RGB Variations
Color information
#DF132E (or 0xDF132E) is known color: Crimson. HEX triplet: DF, 13 and 2E. RGB value is (223,19,46). Sum of RGB (Red+Green+Blue) = 223+19+46=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF132E is #20ECD1. Grayscale: #535353. Windows color (decimal): -2157778 or 3019743. OLE color: 3019743.
HSL color Cylindrical-coordinate representation of color #DF132E: hue angle of 352.06º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF132E is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 46 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.13 |
| HSL | 352.06º | 0.84% | 0.47% | - |
| HSV(B) | 352.06º | 0.91% | 0.87% | - |
| XYZ | 31.16 | 16.35 | 4.1 | - |
| YUV | 83.07 | 107.09 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 46 | 0 | 0.91 | 0.79 | 0.13 | 352.06 | 0.84 | 0.47 |
| Hex | DF | 13 | 2E | 0 | 5B | 4F | D | 160 | 54 | 2F |
| Octal | 337 | 23 | 56 | 0 | 133 | 117 | 15 | 540 | 124 | 57 |
| Binary | 11011111 | 10011 | 101110 | 0 | 1011011 | 1001111 | 1101 | 101100000 | 1010100 | 101111 |
Color Harmonies of #DF132E
Complementary color
Monochromatic Colors of #DF132E
Black with #DF132E
Text Example
Text Example
White with #DF132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF132E; }
p { color: rgb(223,19,46); }
H1.HeaderClassName
{
color: #DF132E;
}
.AnyTagClassName
{
color: #DF132E;
}
</style>
background-color css
<style>
a { background-color: #DF132E; }
a { background-color: rgb(223,19,46); }
div.DivClassName
{
background-color: #DF132E;
}
.BgClassName
{
background-color: #DF132E;
}
</style>
border-color css
<style>
span { border-color: #DF132E; }
span { border-color: rgb(223,19,46); }
td.TdClassName
{
border-color: #DF132E;
}
.TagClassName
{
border-color: #DF132E;
}
</style>