Shades of Crimson #DF023A
Tints of Crimson #DF023A
RGB
CMYK
RGB Variations
Color information
#DF023A (or 0xDF023A) is known color: Crimson. HEX triplet: DF, 02 and 3A. RGB value is (223,2,58). Sum of RGB (Red+Green+Blue) = 223+2+58=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF023A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF023A is #20FDC5. Grayscale: #4A4A4A. Windows color (decimal): -2162118 or 3801823. OLE color: 3801823.
HSL color Cylindrical-coordinate representation of color #DF023A: hue angle of 344.8º 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 #DF023A is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 58 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.13 |
| HSL | 344.8º | 0.98% | 0.44% | - |
| HSV(B) | 344.8º | 0.99% | 0.87% | - |
| XYZ | 31.22 | 16.04 | 5.45 | - |
| YUV | 74.46 | 118.72 | 233.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 58 | 0 | 0.99 | 0.74 | 0.13 | 344.8 | 0.98 | 0.44 |
| Hex | DF | 2 | 3A | 0 | 63 | 4A | D | 159 | 62 | 2C |
| Octal | 337 | 2 | 72 | 0 | 143 | 112 | 15 | 531 | 142 | 54 |
| Binary | 11011111 | 10 | 111010 | 0 | 1100011 | 1001010 | 1101 | 101011001 | 1100010 | 101100 |
Color Harmonies of #DF023A
Complementary color
Monochromatic Colors of #DF023A
Black with #DF023A
Text Example
Text Example
White with #DF023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF023A; }
p { color: rgb(223,2,58); }
H1.HeaderClassName
{
color: #DF023A;
}
.AnyTagClassName
{
color: #DF023A;
}
</style>
background-color css
<style>
a { background-color: #DF023A; }
a { background-color: rgb(223,2,58); }
div.DivClassName
{
background-color: #DF023A;
}
.BgClassName
{
background-color: #DF023A;
}
</style>
border-color css
<style>
span { border-color: #DF023A; }
span { border-color: rgb(223,2,58); }
td.TdClassName
{
border-color: #DF023A;
}
.TagClassName
{
border-color: #DF023A;
}
</style>