Shades of Crimson #DF023E
Tints of Crimson #DF023E
RGB
CMYK
RGB Variations
Color information
#DF023E (or 0xDF023E) is known color: Crimson. HEX triplet: DF, 02 and 3E. RGB value is (223,2,62). Sum of RGB (Red+Green+Blue) = 223+2+62=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF023E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF023E is #20FDC1. Grayscale: #4A4A4A. Windows color (decimal): -2162114 or 4063967. OLE color: 4063967.
HSL color Cylindrical-coordinate representation of color #DF023E: hue angle of 343.71º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF023E is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 62 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.13 |
| HSL | 343.71º | 0.98% | 0.44% | - |
| HSV(B) | 343.71º | 0.99% | 0.87% | - |
| XYZ | 31.32 | 16.08 | 6.01 | - |
| YUV | 74.92 | 120.72 | 233.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 62 | 0 | 0.99 | 0.72 | 0.13 | 343.71 | 0.98 | 0.44 |
| Hex | DF | 2 | 3E | 0 | 63 | 48 | D | 158 | 62 | 2C |
| Octal | 337 | 2 | 76 | 0 | 143 | 110 | 15 | 530 | 142 | 54 |
| Binary | 11011111 | 10 | 111110 | 0 | 1100011 | 1001000 | 1101 | 101011000 | 1100010 | 101100 |
Color Harmonies of #DF023E
Complementary color
Monochromatic Colors of #DF023E
Black with #DF023E
Text Example
Text Example
White with #DF023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF023E; }
p { color: rgb(223,2,62); }
H1.HeaderClassName
{
color: #DF023E;
}
.AnyTagClassName
{
color: #DF023E;
}
</style>
background-color css
<style>
a { background-color: #DF023E; }
a { background-color: rgb(223,2,62); }
div.DivClassName
{
background-color: #DF023E;
}
.BgClassName
{
background-color: #DF023E;
}
</style>
border-color css
<style>
span { border-color: #DF023E; }
span { border-color: rgb(223,2,62); }
td.TdClassName
{
border-color: #DF023E;
}
.TagClassName
{
border-color: #DF023E;
}
</style>