Shades of Crimson #DF144A
Tints of Crimson #DF144A
RGB
CMYK
RGB Variations
Color information
#DF144A (or 0xDF144A) is known color: Crimson. HEX triplet: DF, 14 and 4A. RGB value is (223,20,74). Sum of RGB (Red+Green+Blue) = 223+20+74=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF144A is #20EBB5. Grayscale: #565656. Windows color (decimal): -2157494 or 4855007. OLE color: 4855007.
HSL color Cylindrical-coordinate representation of color #DF144A: hue angle of 344.04º 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 #DF144A is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 74 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.13 |
| HSL | 344.04º | 0.84% | 0.48% | - |
| HSV(B) | 344.04º | 0.91% | 0.87% | - |
| XYZ | 31.92 | 16.68 | 8.02 | - |
| YUV | 86.85 | 120.75 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 74 | 0 | 0.91 | 0.67 | 0.13 | 344.04 | 0.84 | 0.48 |
| Hex | DF | 14 | 4A | 0 | 5B | 43 | D | 158 | 54 | 30 |
| Octal | 337 | 24 | 112 | 0 | 133 | 103 | 15 | 530 | 124 | 60 |
| Binary | 11011111 | 10100 | 1001010 | 0 | 1011011 | 1000011 | 1101 | 101011000 | 1010100 | 110000 |
Color Harmonies of #DF144A
Complementary color
Monochromatic Colors of #DF144A
Black with #DF144A
Text Example
Text Example
White with #DF144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF144A; }
p { color: rgb(223,20,74); }
H1.HeaderClassName
{
color: #DF144A;
}
.AnyTagClassName
{
color: #DF144A;
}
</style>
background-color css
<style>
a { background-color: #DF144A; }
a { background-color: rgb(223,20,74); }
div.DivClassName
{
background-color: #DF144A;
}
.BgClassName
{
background-color: #DF144A;
}
</style>
border-color css
<style>
span { border-color: #DF144A; }
span { border-color: rgb(223,20,74); }
td.TdClassName
{
border-color: #DF144A;
}
.TagClassName
{
border-color: #DF144A;
}
</style>