Shades of Crimson #DF0E3D
Tints of Crimson #DF0E3D
RGB
CMYK
RGB Variations
Color information
#DF0E3D (or 0xDF0E3D) is known color: Crimson. HEX triplet: DF, 0E and 3D. RGB value is (223,14,61). Sum of RGB (Red+Green+Blue) = 223+14+61=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0E3D is #20F1C2. Grayscale: #515151. Windows color (decimal): -2159043 or 4001503. OLE color: 4001503.
HSL color Cylindrical-coordinate representation of color #DF0E3D: hue angle of 346.51º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0E3D is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 61 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.13 |
| HSL | 346.51º | 0.88% | 0.46% | - |
| HSV(B) | 346.51º | 0.94% | 0.87% | - |
| XYZ | 31.43 | 16.34 | 5.91 | - |
| YUV | 81.85 | 116.24 | 228.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 61 | 0 | 0.94 | 0.73 | 0.13 | 346.51 | 0.88 | 0.46 |
| Hex | DF | E | 3D | 0 | 5E | 49 | D | 15B | 58 | 2E |
| Octal | 337 | 16 | 75 | 0 | 136 | 111 | 15 | 533 | 130 | 56 |
| Binary | 11011111 | 1110 | 111101 | 0 | 1011110 | 1001001 | 1101 | 101011011 | 1011000 | 101110 |
Color Harmonies of #DF0E3D
Complementary color
Monochromatic Colors of #DF0E3D
Black with #DF0E3D
Text Example
Text Example
White with #DF0E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0E3D; }
p { color: rgb(223,14,61); }
H1.HeaderClassName
{
color: #DF0E3D;
}
.AnyTagClassName
{
color: #DF0E3D;
}
</style>
background-color css
<style>
a { background-color: #DF0E3D; }
a { background-color: rgb(223,14,61); }
div.DivClassName
{
background-color: #DF0E3D;
}
.BgClassName
{
background-color: #DF0E3D;
}
</style>
border-color css
<style>
span { border-color: #DF0E3D; }
span { border-color: rgb(223,14,61); }
td.TdClassName
{
border-color: #DF0E3D;
}
.TagClassName
{
border-color: #DF0E3D;
}
</style>