Shades of Crimson #DF0A3C
Tints of Crimson #DF0A3C
RGB
CMYK
RGB Variations
Color information
#DF0A3C (or 0xDF0A3C) is known color: Crimson. HEX triplet: DF, 0A and 3C. RGB value is (223,10,60). Sum of RGB (Red+Green+Blue) = 223+10+60=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0A3C is #20F5C3. Grayscale: #4F4F4F. Windows color (decimal): -2160068 or 3934943. OLE color: 3934943.
HSL color Cylindrical-coordinate representation of color #DF0A3C: hue angle of 345.92º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0A3C is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 60 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.13 |
| HSL | 345.92º | 0.91% | 0.46% | - |
| HSV(B) | 345.92º | 0.96% | 0.87% | - |
| XYZ | 31.36 | 16.23 | 5.76 | - |
| YUV | 79.39 | 117.07 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 60 | 0 | 0.96 | 0.73 | 0.13 | 345.92 | 0.91 | 0.46 |
| Hex | DF | A | 3C | 0 | 60 | 49 | D | 15A | 5B | 2E |
| Octal | 337 | 12 | 74 | 0 | 140 | 111 | 15 | 532 | 133 | 56 |
| Binary | 11011111 | 1010 | 111100 | 0 | 1100000 | 1001001 | 1101 | 101011010 | 1011011 | 101110 |
Color Harmonies of #DF0A3C
Complementary color
Monochromatic Colors of #DF0A3C
Black with #DF0A3C
Text Example
Text Example
White with #DF0A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0A3C; }
p { color: rgb(223,10,60); }
H1.HeaderClassName
{
color: #DF0A3C;
}
.AnyTagClassName
{
color: #DF0A3C;
}
</style>
background-color css
<style>
a { background-color: #DF0A3C; }
a { background-color: rgb(223,10,60); }
div.DivClassName
{
background-color: #DF0A3C;
}
.BgClassName
{
background-color: #DF0A3C;
}
</style>
border-color css
<style>
span { border-color: #DF0A3C; }
span { border-color: rgb(223,10,60); }
td.TdClassName
{
border-color: #DF0A3C;
}
.TagClassName
{
border-color: #DF0A3C;
}
</style>