Shades of Crimson #DF203F
Tints of Crimson #DF203F
RGB
CMYK
RGB Variations
Color information
#DF203F (or 0xDF203F) is known color: Crimson. HEX triplet: DF, 20 and 3F. RGB value is (223,32,63). Sum of RGB (Red+Green+Blue) = 223+32+63=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF203F is #20DFC0. Grayscale: #5C5C5C. Windows color (decimal): -2154433 or 4137183. OLE color: 4137183.
HSL color Cylindrical-coordinate representation of color #DF203F: hue angle of 350.26º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF203F is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 63 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.13 |
| HSL | 350.26º | 0.75% | 0.5% | - |
| HSV(B) | 350.26º | 0.86% | 0.87% | - |
| XYZ | 31.85 | 17.08 | 6.32 | - |
| YUV | 92.64 | 111.28 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 63 | 0 | 0.86 | 0.72 | 0.13 | 350.26 | 0.75 | 0.5 |
| Hex | DF | 20 | 3F | 0 | 56 | 48 | D | 15E | 4B | 32 |
| Octal | 337 | 40 | 77 | 0 | 126 | 110 | 15 | 536 | 113 | 62 |
| Binary | 11011111 | 100000 | 111111 | 0 | 1010110 | 1001000 | 1101 | 101011110 | 1001011 | 110010 |
Color Harmonies of #DF203F
Complementary color
Monochromatic Colors of #DF203F
Black with #DF203F
Text Example
Text Example
White with #DF203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF203F; }
p { color: rgb(223,32,63); }
H1.HeaderClassName
{
color: #DF203F;
}
.AnyTagClassName
{
color: #DF203F;
}
</style>
background-color css
<style>
a { background-color: #DF203F; }
a { background-color: rgb(223,32,63); }
div.DivClassName
{
background-color: #DF203F;
}
.BgClassName
{
background-color: #DF203F;
}
</style>
border-color css
<style>
span { border-color: #DF203F; }
span { border-color: rgb(223,32,63); }
td.TdClassName
{
border-color: #DF203F;
}
.TagClassName
{
border-color: #DF203F;
}
</style>