Shades of Crimson #DF143E
Tints of Crimson #DF143E
RGB
CMYK
RGB Variations
Color information
#DF143E (or 0xDF143E) is known color: Crimson. HEX triplet: DF, 14 and 3E. RGB value is (223,20,62). Sum of RGB (Red+Green+Blue) = 223+20+62=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF143E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF143E is #20EBC1. Grayscale: #555555. Windows color (decimal): -2157506 or 4068575. OLE color: 4068575.
HSL color Cylindrical-coordinate representation of color #DF143E: hue angle of 347.59º 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 #DF143E is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 62 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.13 |
| HSL | 347.59º | 0.84% | 0.48% | - |
| HSV(B) | 347.59º | 0.91% | 0.87% | - |
| XYZ | 31.55 | 16.54 | 6.09 | - |
| YUV | 85.49 | 114.75 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 62 | 0 | 0.91 | 0.72 | 0.13 | 347.59 | 0.84 | 0.48 |
| Hex | DF | 14 | 3E | 0 | 5B | 48 | D | 15C | 54 | 30 |
| Octal | 337 | 24 | 76 | 0 | 133 | 110 | 15 | 534 | 124 | 60 |
| Binary | 11011111 | 10100 | 111110 | 0 | 1011011 | 1001000 | 1101 | 101011100 | 1010100 | 110000 |
Color Harmonies of #DF143E
Complementary color
Monochromatic Colors of #DF143E
Black with #DF143E
Text Example
Text Example
White with #DF143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF143E; }
p { color: rgb(223,20,62); }
H1.HeaderClassName
{
color: #DF143E;
}
.AnyTagClassName
{
color: #DF143E;
}
</style>
background-color css
<style>
a { background-color: #DF143E; }
a { background-color: rgb(223,20,62); }
div.DivClassName
{
background-color: #DF143E;
}
.BgClassName
{
background-color: #DF143E;
}
</style>
border-color css
<style>
span { border-color: #DF143E; }
span { border-color: rgb(223,20,62); }
td.TdClassName
{
border-color: #DF143E;
}
.TagClassName
{
border-color: #DF143E;
}
</style>