Shades of Crimson #DF133A
Tints of Crimson #DF133A
RGB
CMYK
RGB Variations
Color information
#DF133A (or 0xDF133A) is known color: Crimson. HEX triplet: DF, 13 and 3A. RGB value is (223,19,58). Sum of RGB (Red+Green+Blue) = 223+19+58=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF133A is #20ECC5. Grayscale: #545454. Windows color (decimal): -2157766 or 3806175. OLE color: 3806175.
HSL color Cylindrical-coordinate representation of color #DF133A: hue angle of 348.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 #DF133A is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 58 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.13 |
| HSL | 348.53º | 0.84% | 0.47% | - |
| HSV(B) | 348.53º | 0.91% | 0.87% | - |
| XYZ | 31.43 | 16.46 | 5.52 | - |
| YUV | 84.44 | 113.09 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 58 | 0 | 0.91 | 0.74 | 0.13 | 348.53 | 0.84 | 0.47 |
| Hex | DF | 13 | 3A | 0 | 5B | 4A | D | 15D | 54 | 2F |
| Octal | 337 | 23 | 72 | 0 | 133 | 112 | 15 | 535 | 124 | 57 |
| Binary | 11011111 | 10011 | 111010 | 0 | 1011011 | 1001010 | 1101 | 101011101 | 1010100 | 101111 |
Color Harmonies of #DF133A
Complementary color
Monochromatic Colors of #DF133A
Black with #DF133A
Text Example
Text Example
White with #DF133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF133A; }
p { color: rgb(223,19,58); }
H1.HeaderClassName
{
color: #DF133A;
}
.AnyTagClassName
{
color: #DF133A;
}
</style>
background-color css
<style>
a { background-color: #DF133A; }
a { background-color: rgb(223,19,58); }
div.DivClassName
{
background-color: #DF133A;
}
.BgClassName
{
background-color: #DF133A;
}
</style>
border-color css
<style>
span { border-color: #DF133A; }
span { border-color: rgb(223,19,58); }
td.TdClassName
{
border-color: #DF133A;
}
.TagClassName
{
border-color: #DF133A;
}
</style>