Shades of Crimson #DF1338
Tints of Crimson #DF1338
RGB
CMYK
RGB Variations
Color information
#DF1338 (or 0xDF1338) is known color: Crimson. HEX triplet: DF, 13 and 38. RGB value is (223,19,56). Sum of RGB (Red+Green+Blue) = 223+19+56=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1338 is #20ECC7. Grayscale: #545454. Windows color (decimal): -2157768 or 3675103. OLE color: 3675103.
HSL color Cylindrical-coordinate representation of color #DF1338: hue angle of 349.12º 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 #DF1338 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 56 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.13 |
| HSL | 349.12º | 0.84% | 0.47% | - |
| HSV(B) | 349.12º | 0.91% | 0.87% | - |
| XYZ | 31.38 | 16.44 | 5.26 | - |
| YUV | 84.21 | 112.09 | 226.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 56 | 0 | 0.91 | 0.75 | 0.13 | 349.12 | 0.84 | 0.47 |
| Hex | DF | 13 | 38 | 0 | 5B | 4B | D | 15D | 54 | 2F |
| Octal | 337 | 23 | 70 | 0 | 133 | 113 | 15 | 535 | 124 | 57 |
| Binary | 11011111 | 10011 | 111000 | 0 | 1011011 | 1001011 | 1101 | 101011101 | 1010100 | 101111 |
Color Harmonies of #DF1338
Complementary color
Monochromatic Colors of #DF1338
Black with #DF1338
Text Example
Text Example
White with #DF1338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1338; }
p { color: rgb(223,19,56); }
H1.HeaderClassName
{
color: #DF1338;
}
.AnyTagClassName
{
color: #DF1338;
}
</style>
background-color css
<style>
a { background-color: #DF1338; }
a { background-color: rgb(223,19,56); }
div.DivClassName
{
background-color: #DF1338;
}
.BgClassName
{
background-color: #DF1338;
}
</style>
border-color css
<style>
span { border-color: #DF1338; }
span { border-color: rgb(223,19,56); }
td.TdClassName
{
border-color: #DF1338;
}
.TagClassName
{
border-color: #DF1338;
}
</style>