Shades of Crimson #DF092A
Tints of Crimson #DF092A
RGB
CMYK
RGB Variations
Color information
#DF092A (or 0xDF092A) is known color: Crimson. HEX triplet: DF, 09 and 2A. RGB value is (223,9,42). Sum of RGB (Red+Green+Blue) = 223+9+42=274 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.39% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 223 - color contains mainly: red. Hex color #DF092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF092A is #20F6D5. Grayscale: #4C4C4C. Windows color (decimal): -2160342 or 2755039. OLE color: 2755039.
HSL color Cylindrical-coordinate representation of color #DF092A: hue angle of 350.75º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF092A is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 9 | 42 | - |
CMYK | 0 | 0.96 | 0.81 | 0.13 |
HSL | 350.75º | 0.92% | 0.45% | - |
HSV(B) | 350.75º | 0.96% | 0.87% | - |
XYZ | 30.95 | 16.05 | 3.66 | - |
YUV | 76.75 | 108.4 | 232.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 9 | 42 | 0 | 0.96 | 0.81 | 0.13 | 350.75 | 0.92 | 0.45 |
Hex | DF | 9 | 2A | 0 | 60 | 51 | D | 15F | 5C | 2D |
Octal | 337 | 11 | 52 | 0 | 140 | 121 | 15 | 537 | 134 | 55 |
Binary | 11011111 | 1001 | 101010 | 0 | 1100000 | 1010001 | 1101 | 101011111 | 1011100 | 101101 |
Color Harmonies of #DF092A
Complementary color
Monochromatic Colors of #DF092A
Black with #DF092A
Text Example
Text Example
White with #DF092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF092A; }
p { color: rgb(223,9,42); }
H1.HeaderClassName
{
color: #DF092A;
}
.AnyTagClassName
{
color: #DF092A;
}
</style>
background-color css
<style>
a { background-color: #DF092A; }
a { background-color: rgb(223,9,42); }
div.DivClassName
{
background-color: #DF092A;
}
.BgClassName
{
background-color: #DF092A;
}
</style>
border-color css
<style>
span { border-color: #DF092A; }
span { border-color: rgb(223,9,42); }
td.TdClassName
{
border-color: #DF092A;
}
.TagClassName
{
border-color: #DF092A;
}
</style>