Shades of Crimson #DF013B
Tints of Crimson #DF013B
RGB
CMYK
RGB Variations
Color information
#DF013B (or 0xDF013B) is known color: Crimson. HEX triplet: DF, 01 and 3B. RGB value is (223,1,59). Sum of RGB (Red+Green+Blue) = 223+1+59=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF013B is #20FEC4. Grayscale: #494949. Windows color (decimal): -2162373 or 3867103. OLE color: 3867103.
HSL color Cylindrical-coordinate representation of color #DF013B: hue angle of 344.32º 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 #DF013B is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 59 | - |
| CMYK | 0 | 1.00 | 0.74 | 0.13 |
| HSL | 344.32º | 0.99% | 0.44% | - |
| HSV(B) | 344.32º | 1% | 0.87% | - |
| XYZ | 31.23 | 16.03 | 5.58 | - |
| YUV | 73.99 | 119.55 | 234.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 59 | 0 | 1.00 | 0.74 | 0.13 | 344.32 | 0.99 | 0.44 |
| Hex | DF | 1 | 3B | 0 | 64 | 4A | D | 158 | 63 | 2C |
| Octal | 337 | 1 | 73 | 0 | 144 | 112 | 15 | 530 | 143 | 54 |
| Binary | 11011111 | 1 | 111011 | 0 | 1100100 | 1001010 | 1101 | 101011000 | 1100011 | 101100 |
Color Harmonies of #DF013B
Complementary color
Monochromatic Colors of #DF013B
Black with #DF013B
Text Example
Text Example
White with #DF013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF013B; }
p { color: rgb(223,1,59); }
H1.HeaderClassName
{
color: #DF013B;
}
.AnyTagClassName
{
color: #DF013B;
}
</style>
background-color css
<style>
a { background-color: #DF013B; }
a { background-color: rgb(223,1,59); }
div.DivClassName
{
background-color: #DF013B;
}
.BgClassName
{
background-color: #DF013B;
}
</style>
border-color css
<style>
span { border-color: #DF013B; }
span { border-color: rgb(223,1,59); }
td.TdClassName
{
border-color: #DF013B;
}
.TagClassName
{
border-color: #DF013B;
}
</style>