Shades of Crimson #DF013A
Tints of Crimson #DF013A
RGB
CMYK
RGB Variations
Color information
#DF013A (or 0xDF013A) is known color: Crimson. HEX triplet: DF, 01 and 3A. RGB value is (223,1,58). Sum of RGB (Red+Green+Blue) = 223+1+58=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF013A is #20FEC5. Grayscale: #494949. Windows color (decimal): -2162374 or 3801567. OLE color: 3801567.
HSL color Cylindrical-coordinate representation of color #DF013A: hue angle of 344.59º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF013A is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 58 | - |
| CMYK | 0 | 1.00 | 0.74 | 0.13 |
| HSL | 344.59º | 0.99% | 0.44% | - |
| HSV(B) | 344.59º | 1% | 0.87% | - |
| XYZ | 31.21 | 16.02 | 5.45 | - |
| YUV | 73.88 | 119.05 | 234.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 58 | 0 | 1.00 | 0.74 | 0.13 | 344.59 | 0.99 | 0.44 |
| Hex | DF | 1 | 3A | 0 | 64 | 4A | D | 159 | 63 | 2C |
| Octal | 337 | 1 | 72 | 0 | 144 | 112 | 15 | 531 | 143 | 54 |
| Binary | 11011111 | 1 | 111010 | 0 | 1100100 | 1001010 | 1101 | 101011001 | 1100011 | 101100 |
Color Harmonies of #DF013A
Complementary color
Monochromatic Colors of #DF013A
Black with #DF013A
Text Example
Text Example
White with #DF013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF013A; }
p { color: rgb(223,1,58); }
H1.HeaderClassName
{
color: #DF013A;
}
.AnyTagClassName
{
color: #DF013A;
}
</style>
background-color css
<style>
a { background-color: #DF013A; }
a { background-color: rgb(223,1,58); }
div.DivClassName
{
background-color: #DF013A;
}
.BgClassName
{
background-color: #DF013A;
}
</style>
border-color css
<style>
span { border-color: #DF013A; }
span { border-color: rgb(223,1,58); }
td.TdClassName
{
border-color: #DF013A;
}
.TagClassName
{
border-color: #DF013A;
}
</style>