Shades of Crimson #DF133E
Tints of Crimson #DF133E
RGB
CMYK
RGB Variations
Color information
#DF133E (or 0xDF133E) is known color: Crimson. HEX triplet: DF, 13 and 3E. RGB value is (223,19,62). Sum of RGB (Red+Green+Blue) = 223+19+62=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF133E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF133E is #20ECC1. Grayscale: #545454. Windows color (decimal): -2157762 or 4068319. OLE color: 4068319.
HSL color Cylindrical-coordinate representation of color #DF133E: hue angle of 347.35º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF133E is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 62 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.13 |
| HSL | 347.35º | 0.84% | 0.47% | - |
| HSV(B) | 347.35º | 0.91% | 0.87% | - |
| XYZ | 31.53 | 16.5 | 6.08 | - |
| YUV | 84.9 | 115.09 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 62 | 0 | 0.91 | 0.72 | 0.13 | 347.35 | 0.84 | 0.47 |
| Hex | DF | 13 | 3E | 0 | 5B | 48 | D | 15B | 54 | 2F |
| Octal | 337 | 23 | 76 | 0 | 133 | 110 | 15 | 533 | 124 | 57 |
| Binary | 11011111 | 10011 | 111110 | 0 | 1011011 | 1001000 | 1101 | 101011011 | 1010100 | 101111 |
Color Harmonies of #DF133E
Complementary color
Monochromatic Colors of #DF133E
Black with #DF133E
Text Example
Text Example
White with #DF133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF133E; }
p { color: rgb(223,19,62); }
H1.HeaderClassName
{
color: #DF133E;
}
.AnyTagClassName
{
color: #DF133E;
}
</style>
background-color css
<style>
a { background-color: #DF133E; }
a { background-color: rgb(223,19,62); }
div.DivClassName
{
background-color: #DF133E;
}
.BgClassName
{
background-color: #DF133E;
}
</style>
border-color css
<style>
span { border-color: #DF133E; }
span { border-color: rgb(223,19,62); }
td.TdClassName
{
border-color: #DF133E;
}
.TagClassName
{
border-color: #DF133E;
}
</style>