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