Shades of Crimson #DC092B
Tints of Crimson #DC092B
RGB
CMYK
RGB Variations
Color information
#DC092B (or 0xDC092B) is known color: Crimson. HEX triplet: DC, 09 and 2B. RGB value is (220,9,43). Sum of RGB (Red+Green+Blue) = 220+9+43=272 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.88% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 220 - color contains mainly: red. Hex color #DC092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC092B is #23F6D4. Grayscale: #4C4C4C. Windows color (decimal): -2356949 or 2820572. OLE color: 2820572.
HSL color Cylindrical-coordinate representation of color #DC092B: hue angle of 350.33º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC092B is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 43 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.14 |
| HSL | 350.33º | 0.92% | 0.45% | - |
| HSV(B) | 350.33º | 0.96% | 0.86% | - |
| XYZ | 30.05 | 15.59 | 3.71 | - |
| YUV | 75.97 | 109.4 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 43 | 0 | 0.96 | 0.80 | 0.14 | 350.33 | 0.92 | 0.45 |
| Hex | DC | 9 | 2B | 0 | 60 | 50 | E | 15E | 5C | 2D |
| Octal | 334 | 11 | 53 | 0 | 140 | 120 | 16 | 536 | 134 | 55 |
| Binary | 11011100 | 1001 | 101011 | 0 | 1100000 | 1010000 | 1110 | 101011110 | 1011100 | 101101 |
Color Harmonies of #DC092B
Complementary color
Monochromatic Colors of #DC092B
Black with #DC092B
Text Example
Text Example
White with #DC092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC092B; }
p { color: rgb(220,9,43); }
H1.HeaderClassName
{
color: #DC092B;
}
.AnyTagClassName
{
color: #DC092B;
}
</style>
background-color css
<style>
a { background-color: #DC092B; }
a { background-color: rgb(220,9,43); }
div.DivClassName
{
background-color: #DC092B;
}
.BgClassName
{
background-color: #DC092B;
}
</style>
border-color css
<style>
span { border-color: #DC092B; }
span { border-color: rgb(220,9,43); }
td.TdClassName
{
border-color: #DC092B;
}
.TagClassName
{
border-color: #DC092B;
}
</style>