Shades of Crimson #DF132A
Tints of Crimson #DF132A
RGB
CMYK
RGB Variations
Color information
#DF132A (or 0xDF132A) is known color: Crimson. HEX triplet: DF, 13 and 2A. RGB value is (223,19,42). Sum of RGB (Red+Green+Blue) = 223+19+42=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF132A is #20ECD5. Grayscale: #525252. Windows color (decimal): -2157782 or 2757599. OLE color: 2757599.
HSL color Cylindrical-coordinate representation of color #DF132A: hue angle of 353.24º 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 #DF132A is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 42 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.13 |
| HSL | 353.24º | 0.84% | 0.47% | - |
| HSV(B) | 353.24º | 0.91% | 0.87% | - |
| XYZ | 31.08 | 16.32 | 3.7 | - |
| YUV | 82.62 | 105.09 | 228.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 42 | 0 | 0.91 | 0.81 | 0.13 | 353.24 | 0.84 | 0.47 |
| Hex | DF | 13 | 2A | 0 | 5B | 51 | D | 161 | 54 | 2F |
| Octal | 337 | 23 | 52 | 0 | 133 | 121 | 15 | 541 | 124 | 57 |
| Binary | 11011111 | 10011 | 101010 | 0 | 1011011 | 1010001 | 1101 | 101100001 | 1010100 | 101111 |
Color Harmonies of #DF132A
Complementary color
Monochromatic Colors of #DF132A
Black with #DF132A
Text Example
Text Example
White with #DF132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF132A; }
p { color: rgb(223,19,42); }
H1.HeaderClassName
{
color: #DF132A;
}
.AnyTagClassName
{
color: #DF132A;
}
</style>
background-color css
<style>
a { background-color: #DF132A; }
a { background-color: rgb(223,19,42); }
div.DivClassName
{
background-color: #DF132A;
}
.BgClassName
{
background-color: #DF132A;
}
</style>
border-color css
<style>
span { border-color: #DF132A; }
span { border-color: rgb(223,19,42); }
td.TdClassName
{
border-color: #DF132A;
}
.TagClassName
{
border-color: #DF132A;
}
</style>