Shades of Crimson #DF003A
Tints of Crimson #DF003A
RGB
CMYK
RGB Variations
Color information
#DF003A (or 0xDF003A) is known color: Crimson. HEX triplet: DF, 00 and 3A. RGB value is (223,0,58). Sum of RGB (Red+Green+Blue) = 223+0+58=281 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.36% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 223 - color contains mainly: red. Hex color #DF003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF003A is #20FFC5. Grayscale: #494949. Windows color (decimal): -2162630 or 3801311. OLE color: 3801311.
HSL color Cylindrical-coordinate representation of color #DF003A: hue angle of 344.39º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF003A is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.74 | 0.13 |
| HSL | 344.39º | 1% | 0.44% | - |
| HSV(B) | 344.39º | 1% | 0.87% | - |
| XYZ | 31.2 | 15.99 | 5.45 | - |
| YUV | 73.29 | 119.38 | 234.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 58 | 0 | 1 | 0.74 | 0.13 | 344.39 | 1 | 0.44 |
| Hex | DF | 0 | 3A | 0 | 64 | 4A | D | 158 | 64 | 2C |
| Octal | 337 | 0 | 72 | 0 | 144 | 112 | 15 | 530 | 144 | 54 |
| Binary | 11011111 | 0 | 111010 | 0 | 1100100 | 1001010 | 1101 | 101011000 | 1100100 | 101100 |
Color Harmonies of #DF003A
Complementary color
Monochromatic Colors of #DF003A
Black with #DF003A
Text Example
Text Example
White with #DF003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF003A; }
p { color: rgb(223,0,58); }
H1.HeaderClassName
{
color: #DF003A;
}
.AnyTagClassName
{
color: #DF003A;
}
</style>
background-color css
<style>
a { background-color: #DF003A; }
a { background-color: rgb(223,0,58); }
div.DivClassName
{
background-color: #DF003A;
}
.BgClassName
{
background-color: #DF003A;
}
</style>
border-color css
<style>
span { border-color: #DF003A; }
span { border-color: rgb(223,0,58); }
td.TdClassName
{
border-color: #DF003A;
}
.TagClassName
{
border-color: #DF003A;
}
</style>