Shades of Crimson #DF023C
Tints of Crimson #DF023C
RGB
CMYK
RGB Variations
Color information
#DF023C (or 0xDF023C) is known color: Crimson. HEX triplet: DF, 02 and 3C. RGB value is (223,2,60). Sum of RGB (Red+Green+Blue) = 223+2+60=285 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.25% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 223 - color contains mainly: red. Hex color #DF023C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF023C is #20FDC3. Grayscale: #4A4A4A. Windows color (decimal): -2162116 or 3932895. OLE color: 3932895.
HSL color Cylindrical-coordinate representation of color #DF023C: hue angle of 344.25º 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 #DF023C is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 60 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.13 |
| HSL | 344.25º | 0.98% | 0.44% | - |
| HSV(B) | 344.25º | 0.99% | 0.87% | - |
| XYZ | 31.27 | 16.06 | 5.73 | - |
| YUV | 74.69 | 119.72 | 233.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 60 | 0 | 0.99 | 0.73 | 0.13 | 344.25 | 0.98 | 0.44 |
| Hex | DF | 2 | 3C | 0 | 63 | 49 | D | 158 | 62 | 2C |
| Octal | 337 | 2 | 74 | 0 | 143 | 111 | 15 | 530 | 142 | 54 |
| Binary | 11011111 | 10 | 111100 | 0 | 1100011 | 1001001 | 1101 | 101011000 | 1100010 | 101100 |
Color Harmonies of #DF023C
Complementary color
Monochromatic Colors of #DF023C
Black with #DF023C
Text Example
Text Example
White with #DF023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF023C; }
p { color: rgb(223,2,60); }
H1.HeaderClassName
{
color: #DF023C;
}
.AnyTagClassName
{
color: #DF023C;
}
</style>
background-color css
<style>
a { background-color: #DF023C; }
a { background-color: rgb(223,2,60); }
div.DivClassName
{
background-color: #DF023C;
}
.BgClassName
{
background-color: #DF023C;
}
</style>
border-color css
<style>
span { border-color: #DF023C; }
span { border-color: rgb(223,2,60); }
td.TdClassName
{
border-color: #DF023C;
}
.TagClassName
{
border-color: #DF023C;
}
</style>