Shades of Crimson #DF133F
Tints of Crimson #DF133F
RGB
CMYK
RGB Variations
Color information
#DF133F (or 0xDF133F) is known color: Crimson. HEX triplet: DF, 13 and 3F. RGB value is (223,19,63). Sum of RGB (Red+Green+Blue) = 223+19+63=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF133F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF133F is #20ECC0. Grayscale: #555555. Windows color (decimal): -2157761 or 4133855. OLE color: 4133855.
HSL color Cylindrical-coordinate representation of color #DF133F: hue angle of 347.06º 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 #DF133F is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 63 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.13 |
| HSL | 347.06º | 0.84% | 0.47% | - |
| HSV(B) | 347.06º | 0.91% | 0.87% | - |
| XYZ | 31.56 | 16.51 | 6.23 | - |
| YUV | 85.01 | 115.59 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 63 | 0 | 0.91 | 0.72 | 0.13 | 347.06 | 0.84 | 0.47 |
| Hex | DF | 13 | 3F | 0 | 5B | 48 | D | 15B | 54 | 2F |
| Octal | 337 | 23 | 77 | 0 | 133 | 110 | 15 | 533 | 124 | 57 |
| Binary | 11011111 | 10011 | 111111 | 0 | 1011011 | 1001000 | 1101 | 101011011 | 1010100 | 101111 |
Color Harmonies of #DF133F
Complementary color
Monochromatic Colors of #DF133F
Black with #DF133F
Text Example
Text Example
White with #DF133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF133F; }
p { color: rgb(223,19,63); }
H1.HeaderClassName
{
color: #DF133F;
}
.AnyTagClassName
{
color: #DF133F;
}
</style>
background-color css
<style>
a { background-color: #DF133F; }
a { background-color: rgb(223,19,63); }
div.DivClassName
{
background-color: #DF133F;
}
.BgClassName
{
background-color: #DF133F;
}
</style>
border-color css
<style>
span { border-color: #DF133F; }
span { border-color: rgb(223,19,63); }
td.TdClassName
{
border-color: #DF133F;
}
.TagClassName
{
border-color: #DF133F;
}
</style>