Shades of Crimson #DF133B
Tints of Crimson #DF133B
RGB
CMYK
RGB Variations
Color information
#DF133B (or 0xDF133B) is known color: Crimson. HEX triplet: DF, 13 and 3B. RGB value is (223,19,59). Sum of RGB (Red+Green+Blue) = 223+19+59=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF133B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF133B is #20ECC4. Grayscale: #545454. Windows color (decimal): -2157765 or 3871711. OLE color: 3871711.
HSL color Cylindrical-coordinate representation of color #DF133B: hue angle of 348.24º 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 #DF133B is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 59 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.13 |
| HSL | 348.24º | 0.84% | 0.47% | - |
| HSV(B) | 348.24º | 0.91% | 0.87% | - |
| XYZ | 31.45 | 16.47 | 5.66 | - |
| YUV | 84.56 | 113.59 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 59 | 0 | 0.91 | 0.74 | 0.13 | 348.24 | 0.84 | 0.47 |
| Hex | DF | 13 | 3B | 0 | 5B | 4A | D | 15C | 54 | 2F |
| Octal | 337 | 23 | 73 | 0 | 133 | 112 | 15 | 534 | 124 | 57 |
| Binary | 11011111 | 10011 | 111011 | 0 | 1011011 | 1001010 | 1101 | 101011100 | 1010100 | 101111 |
Color Harmonies of #DF133B
Complementary color
Monochromatic Colors of #DF133B
Black with #DF133B
Text Example
Text Example
White with #DF133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF133B; }
p { color: rgb(223,19,59); }
H1.HeaderClassName
{
color: #DF133B;
}
.AnyTagClassName
{
color: #DF133B;
}
</style>
background-color css
<style>
a { background-color: #DF133B; }
a { background-color: rgb(223,19,59); }
div.DivClassName
{
background-color: #DF133B;
}
.BgClassName
{
background-color: #DF133B;
}
</style>
border-color css
<style>
span { border-color: #DF133B; }
span { border-color: rgb(223,19,59); }
td.TdClassName
{
border-color: #DF133B;
}
.TagClassName
{
border-color: #DF133B;
}
</style>