Shades of Crimson #DF134B
Tints of Crimson #DF134B
RGB
CMYK
RGB Variations
Color information
#DF134B (or 0xDF134B) is known color: Crimson. HEX triplet: DF, 13 and 4B. RGB value is (223,19,75). Sum of RGB (Red+Green+Blue) = 223+19+75=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF134B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF134B is #20ECB4. Grayscale: #565656. Windows color (decimal): -2157749 or 4920287. OLE color: 4920287.
HSL color Cylindrical-coordinate representation of color #DF134B: hue angle of 343.53º 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 #DF134B is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 75 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.13 |
| HSL | 343.53º | 0.84% | 0.47% | - |
| HSV(B) | 343.53º | 0.91% | 0.87% | - |
| XYZ | 31.93 | 16.66 | 8.19 | - |
| YUV | 86.38 | 121.59 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 75 | 0 | 0.91 | 0.66 | 0.13 | 343.53 | 0.84 | 0.47 |
| Hex | DF | 13 | 4B | 0 | 5B | 42 | D | 158 | 54 | 2F |
| Octal | 337 | 23 | 113 | 0 | 133 | 102 | 15 | 530 | 124 | 57 |
| Binary | 11011111 | 10011 | 1001011 | 0 | 1011011 | 1000010 | 1101 | 101011000 | 1010100 | 101111 |
Color Harmonies of #DF134B
Complementary color
Monochromatic Colors of #DF134B
Black with #DF134B
Text Example
Text Example
White with #DF134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF134B; }
p { color: rgb(223,19,75); }
H1.HeaderClassName
{
color: #DF134B;
}
.AnyTagClassName
{
color: #DF134B;
}
</style>
background-color css
<style>
a { background-color: #DF134B; }
a { background-color: rgb(223,19,75); }
div.DivClassName
{
background-color: #DF134B;
}
.BgClassName
{
background-color: #DF134B;
}
</style>
border-color css
<style>
span { border-color: #DF134B; }
span { border-color: rgb(223,19,75); }
td.TdClassName
{
border-color: #DF134B;
}
.TagClassName
{
border-color: #DF134B;
}
</style>