Shades of Crimson #DF1E3E
Tints of Crimson #DF1E3E
RGB
CMYK
RGB Variations
Color information
#DF1E3E (or 0xDF1E3E) is known color: Crimson. HEX triplet: DF, 1E and 3E. RGB value is (223,30,62). Sum of RGB (Red+Green+Blue) = 223+30+62=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1E3E is #20E1C1. Grayscale: #5B5B5B. Windows color (decimal): -2154946 or 4071135. OLE color: 4071135.
HSL color Cylindrical-coordinate representation of color #DF1E3E: hue angle of 350.05º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1E3E is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 30 | 62 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.13 |
| HSL | 350.05º | 0.76% | 0.5% | - |
| HSV(B) | 350.05º | 0.87% | 0.87% | - |
| XYZ | 31.77 | 16.96 | 6.16 | - |
| YUV | 91.36 | 111.44 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 62 | 0 | 0.87 | 0.72 | 0.13 | 350.05 | 0.76 | 0.5 |
| Hex | DF | 1E | 3E | 0 | 57 | 48 | D | 15E | 4C | 32 |
| Octal | 337 | 36 | 76 | 0 | 127 | 110 | 15 | 536 | 114 | 62 |
| Binary | 11011111 | 11110 | 111110 | 0 | 1010111 | 1001000 | 1101 | 101011110 | 1001100 | 110010 |
Color Harmonies of #DF1E3E
Complementary color
Monochromatic Colors of #DF1E3E
Black with #DF1E3E
Text Example
Text Example
White with #DF1E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1E3E; }
p { color: rgb(223,30,62); }
H1.HeaderClassName
{
color: #DF1E3E;
}
.AnyTagClassName
{
color: #DF1E3E;
}
</style>
background-color css
<style>
a { background-color: #DF1E3E; }
a { background-color: rgb(223,30,62); }
div.DivClassName
{
background-color: #DF1E3E;
}
.BgClassName
{
background-color: #DF1E3E;
}
</style>
border-color css
<style>
span { border-color: #DF1E3E; }
span { border-color: rgb(223,30,62); }
td.TdClassName
{
border-color: #DF1E3E;
}
.TagClassName
{
border-color: #DF1E3E;
}
</style>