Shades of Crimson #DF132F
Tints of Crimson #DF132F
RGB
CMYK
RGB Variations
Color information
#DF132F (or 0xDF132F) is known color: Crimson. HEX triplet: DF, 13 and 2F. RGB value is (223,19,47). Sum of RGB (Red+Green+Blue) = 223+19+47=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF132F is #20ECD0. Grayscale: #535353. Windows color (decimal): -2157777 or 3085279. OLE color: 3085279.
HSL color Cylindrical-coordinate representation of color #DF132F: hue angle of 351.76º 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 #DF132F is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 47 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.13 |
| HSL | 351.76º | 0.84% | 0.47% | - |
| HSV(B) | 351.76º | 0.91% | 0.87% | - |
| XYZ | 31.18 | 16.36 | 4.2 | - |
| YUV | 83.19 | 107.59 | 227.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 47 | 0 | 0.91 | 0.79 | 0.13 | 351.76 | 0.84 | 0.47 |
| Hex | DF | 13 | 2F | 0 | 5B | 4F | D | 160 | 54 | 2F |
| Octal | 337 | 23 | 57 | 0 | 133 | 117 | 15 | 540 | 124 | 57 |
| Binary | 11011111 | 10011 | 101111 | 0 | 1011011 | 1001111 | 1101 | 101100000 | 1010100 | 101111 |
Color Harmonies of #DF132F
Complementary color
Monochromatic Colors of #DF132F
Black with #DF132F
Text Example
Text Example
White with #DF132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF132F; }
p { color: rgb(223,19,47); }
H1.HeaderClassName
{
color: #DF132F;
}
.AnyTagClassName
{
color: #DF132F;
}
</style>
background-color css
<style>
a { background-color: #DF132F; }
a { background-color: rgb(223,19,47); }
div.DivClassName
{
background-color: #DF132F;
}
.BgClassName
{
background-color: #DF132F;
}
</style>
border-color css
<style>
span { border-color: #DF132F; }
span { border-color: rgb(223,19,47); }
td.TdClassName
{
border-color: #DF132F;
}
.TagClassName
{
border-color: #DF132F;
}
</style>