Shades of Crimson #DC092A
Tints of Crimson #DC092A
RGB
CMYK
RGB Variations
Color information
#DC092A (or 0xDC092A) is known color: Crimson. HEX triplet: DC, 09 and 2A. RGB value is (220,9,42). Sum of RGB (Red+Green+Blue) = 220+9+42=271 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.18% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 220 - color contains mainly: red. Hex color #DC092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC092A is #23F6D5. Grayscale: #4B4B4B. Windows color (decimal): -2356950 or 2755036. OLE color: 2755036.
HSL color Cylindrical-coordinate representation of color #DC092A: hue angle of 350.62º 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 #DC092A is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 42 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.14 |
| HSL | 350.62º | 0.92% | 0.45% | - |
| HSV(B) | 350.62º | 0.96% | 0.86% | - |
| XYZ | 30.03 | 15.58 | 3.61 | - |
| YUV | 75.85 | 108.9 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 42 | 0 | 0.96 | 0.81 | 0.14 | 350.62 | 0.92 | 0.45 |
| Hex | DC | 9 | 2A | 0 | 60 | 51 | E | 15F | 5C | 2D |
| Octal | 334 | 11 | 52 | 0 | 140 | 121 | 16 | 537 | 134 | 55 |
| Binary | 11011100 | 1001 | 101010 | 0 | 1100000 | 1010001 | 1110 | 101011111 | 1011100 | 101101 |
Color Harmonies of #DC092A
Complementary color
Monochromatic Colors of #DC092A
Black with #DC092A
Text Example
Text Example
White with #DC092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC092A; }
p { color: rgb(220,9,42); }
H1.HeaderClassName
{
color: #DC092A;
}
.AnyTagClassName
{
color: #DC092A;
}
</style>
background-color css
<style>
a { background-color: #DC092A; }
a { background-color: rgb(220,9,42); }
div.DivClassName
{
background-color: #DC092A;
}
.BgClassName
{
background-color: #DC092A;
}
</style>
border-color css
<style>
span { border-color: #DC092A; }
span { border-color: rgb(220,9,42); }
td.TdClassName
{
border-color: #DC092A;
}
.TagClassName
{
border-color: #DC092A;
}
</style>