Shades of Crimson #DF144D
Tints of Crimson #DF144D
RGB
CMYK
RGB Variations
Color information
#DF144D (or 0xDF144D) is known color: Crimson. HEX triplet: DF, 14 and 4D. RGB value is (223,20,77). Sum of RGB (Red+Green+Blue) = 223+20+77=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF144D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF144D is #20EBB2. Grayscale: #575757. Windows color (decimal): -2157491 or 5051615. OLE color: 5051615.
HSL color Cylindrical-coordinate representation of color #DF144D: hue angle of 343.15º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF144D is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 77 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.13 |
| HSL | 343.15º | 0.84% | 0.48% | - |
| HSV(B) | 343.15º | 0.91% | 0.87% | - |
| XYZ | 32.02 | 16.72 | 8.56 | - |
| YUV | 87.2 | 122.25 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 77 | 0 | 0.91 | 0.65 | 0.13 | 343.15 | 0.84 | 0.48 |
| Hex | DF | 14 | 4D | 0 | 5B | 41 | D | 157 | 54 | 30 |
| Octal | 337 | 24 | 115 | 0 | 133 | 101 | 15 | 527 | 124 | 60 |
| Binary | 11011111 | 10100 | 1001101 | 0 | 1011011 | 1000001 | 1101 | 101010111 | 1010100 | 110000 |
Color Harmonies of #DF144D
Complementary color
Monochromatic Colors of #DF144D
Black with #DF144D
Text Example
Text Example
White with #DF144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF144D; }
p { color: rgb(223,20,77); }
H1.HeaderClassName
{
color: #DF144D;
}
.AnyTagClassName
{
color: #DF144D;
}
</style>
background-color css
<style>
a { background-color: #DF144D; }
a { background-color: rgb(223,20,77); }
div.DivClassName
{
background-color: #DF144D;
}
.BgClassName
{
background-color: #DF144D;
}
</style>
border-color css
<style>
span { border-color: #DF144D; }
span { border-color: rgb(223,20,77); }
td.TdClassName
{
border-color: #DF144D;
}
.TagClassName
{
border-color: #DF144D;
}
</style>