Shades of Crimson #DF133D
Tints of Crimson #DF133D
RGB
CMYK
RGB Variations
Color information
#DF133D (or 0xDF133D) is known color: Crimson. HEX triplet: DF, 13 and 3D. RGB value is (223,19,61). Sum of RGB (Red+Green+Blue) = 223+19+61=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF133D is #20ECC2. Grayscale: #545454. Windows color (decimal): -2157763 or 4002783. OLE color: 4002783.
HSL color Cylindrical-coordinate representation of color #DF133D: hue angle of 347.65º 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 #DF133D is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 61 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.13 |
| HSL | 347.65º | 0.84% | 0.47% | - |
| HSV(B) | 347.65º | 0.91% | 0.87% | - |
| XYZ | 31.51 | 16.49 | 5.94 | - |
| YUV | 84.78 | 114.59 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 61 | 0 | 0.91 | 0.73 | 0.13 | 347.65 | 0.84 | 0.47 |
| Hex | DF | 13 | 3D | 0 | 5B | 49 | D | 15C | 54 | 2F |
| Octal | 337 | 23 | 75 | 0 | 133 | 111 | 15 | 534 | 124 | 57 |
| Binary | 11011111 | 10011 | 111101 | 0 | 1011011 | 1001001 | 1101 | 101011100 | 1010100 | 101111 |
Color Harmonies of #DF133D
Complementary color
Monochromatic Colors of #DF133D
Black with #DF133D
Text Example
Text Example
White with #DF133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF133D; }
p { color: rgb(223,19,61); }
H1.HeaderClassName
{
color: #DF133D;
}
.AnyTagClassName
{
color: #DF133D;
}
</style>
background-color css
<style>
a { background-color: #DF133D; }
a { background-color: rgb(223,19,61); }
div.DivClassName
{
background-color: #DF133D;
}
.BgClassName
{
background-color: #DF133D;
}
</style>
border-color css
<style>
span { border-color: #DF133D; }
span { border-color: rgb(223,19,61); }
td.TdClassName
{
border-color: #DF133D;
}
.TagClassName
{
border-color: #DF133D;
}
</style>