Shades of Crimson #DC093C
Tints of Crimson #DC093C
RGB
CMYK
RGB Variations
Color information
#DC093C (or 0xDC093C) is known color: Crimson. HEX triplet: DC, 09 and 3C. RGB value is (220,9,60). Sum of RGB (Red+Green+Blue) = 220+9+60=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC093C is #23F6C3. Grayscale: #4D4D4D. Windows color (decimal): -2356932 or 3934684. OLE color: 3934684.
HSL color Cylindrical-coordinate representation of color #DC093C: hue angle of 345.5º 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 #DC093C is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 60 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.14 |
| HSL | 345.5º | 0.92% | 0.45% | - |
| HSV(B) | 345.5º | 0.96% | 0.86% | - |
| XYZ | 30.43 | 15.74 | 5.71 | - |
| YUV | 77.9 | 117.9 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 60 | 0 | 0.96 | 0.73 | 0.14 | 345.5 | 0.92 | 0.45 |
| Hex | DC | 9 | 3C | 0 | 60 | 49 | E | 159 | 5C | 2D |
| Octal | 334 | 11 | 74 | 0 | 140 | 111 | 16 | 531 | 134 | 55 |
| Binary | 11011100 | 1001 | 111100 | 0 | 1100000 | 1001001 | 1110 | 101011001 | 1011100 | 101101 |
Color Harmonies of #DC093C
Complementary color
Monochromatic Colors of #DC093C
Black with #DC093C
Text Example
Text Example
White with #DC093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC093C; }
p { color: rgb(220,9,60); }
H1.HeaderClassName
{
color: #DC093C;
}
.AnyTagClassName
{
color: #DC093C;
}
</style>
background-color css
<style>
a { background-color: #DC093C; }
a { background-color: rgb(220,9,60); }
div.DivClassName
{
background-color: #DC093C;
}
.BgClassName
{
background-color: #DC093C;
}
</style>
border-color css
<style>
span { border-color: #DC093C; }
span { border-color: rgb(220,9,60); }
td.TdClassName
{
border-color: #DC093C;
}
.TagClassName
{
border-color: #DC093C;
}
</style>