Shades of Crimson #DC093E
Tints of Crimson #DC093E
RGB
CMYK
RGB Variations
Color information
#DC093E (or 0xDC093E) is known color: Crimson. HEX triplet: DC, 09 and 3E. RGB value is (220,9,62). Sum of RGB (Red+Green+Blue) = 220+9+62=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC093E is #23F6C1. Grayscale: #4E4E4E. Windows color (decimal): -2356930 or 4065756. OLE color: 4065756.
HSL color Cylindrical-coordinate representation of color #DC093E: hue angle of 344.93º 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 #DC093E is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 62 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.14 |
| HSL | 344.93º | 0.92% | 0.45% | - |
| HSV(B) | 344.93º | 0.96% | 0.86% | - |
| XYZ | 30.48 | 15.76 | 5.99 | - |
| YUV | 78.13 | 118.9 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 62 | 0 | 0.96 | 0.72 | 0.14 | 344.93 | 0.92 | 0.45 |
| Hex | DC | 9 | 3E | 0 | 60 | 48 | E | 159 | 5C | 2D |
| Octal | 334 | 11 | 76 | 0 | 140 | 110 | 16 | 531 | 134 | 55 |
| Binary | 11011100 | 1001 | 111110 | 0 | 1100000 | 1001000 | 1110 | 101011001 | 1011100 | 101101 |
Color Harmonies of #DC093E
Complementary color
Monochromatic Colors of #DC093E
Black with #DC093E
Text Example
Text Example
White with #DC093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC093E; }
p { color: rgb(220,9,62); }
H1.HeaderClassName
{
color: #DC093E;
}
.AnyTagClassName
{
color: #DC093E;
}
</style>
background-color css
<style>
a { background-color: #DC093E; }
a { background-color: rgb(220,9,62); }
div.DivClassName
{
background-color: #DC093E;
}
.BgClassName
{
background-color: #DC093E;
}
</style>
border-color css
<style>
span { border-color: #DC093E; }
span { border-color: rgb(220,9,62); }
td.TdClassName
{
border-color: #DC093E;
}
.TagClassName
{
border-color: #DC093E;
}
</style>