Shades of Crimson #DF102F
Tints of Crimson #DF102F
RGB
CMYK
RGB Variations
Color information
#DF102F (or 0xDF102F) is known color: Crimson. HEX triplet: DF, 10 and 2F. RGB value is (223,16,47). Sum of RGB (Red+Green+Blue) = 223+16+47=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF102F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF102F is #20EFD0. Grayscale: #515151. Windows color (decimal): -2158545 or 3084511. OLE color: 3084511.
HSL color Cylindrical-coordinate representation of color #DF102F: hue angle of 351.01º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF102F is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 47 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.13 |
| HSL | 351.01º | 0.87% | 0.47% | - |
| HSV(B) | 351.01º | 0.93% | 0.87% | - |
| XYZ | 31.13 | 16.26 | 4.19 | - |
| YUV | 81.43 | 108.58 | 228.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 47 | 0 | 0.93 | 0.79 | 0.13 | 351.01 | 0.87 | 0.47 |
| Hex | DF | 10 | 2F | 0 | 5D | 4F | D | 15F | 57 | 2F |
| Octal | 337 | 20 | 57 | 0 | 135 | 117 | 15 | 537 | 127 | 57 |
| Binary | 11011111 | 10000 | 101111 | 0 | 1011101 | 1001111 | 1101 | 101011111 | 1010111 | 101111 |
Color Harmonies of #DF102F
Complementary color
Monochromatic Colors of #DF102F
Black with #DF102F
Text Example
Text Example
White with #DF102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF102F; }
p { color: rgb(223,16,47); }
H1.HeaderClassName
{
color: #DF102F;
}
.AnyTagClassName
{
color: #DF102F;
}
</style>
background-color css
<style>
a { background-color: #DF102F; }
a { background-color: rgb(223,16,47); }
div.DivClassName
{
background-color: #DF102F;
}
.BgClassName
{
background-color: #DF102F;
}
</style>
border-color css
<style>
span { border-color: #DF102F; }
span { border-color: rgb(223,16,47); }
td.TdClassName
{
border-color: #DF102F;
}
.TagClassName
{
border-color: #DF102F;
}
</style>