Shades of Crimson #DC093B
Tints of Crimson #DC093B
RGB
CMYK
RGB Variations
Color information
#DC093B (or 0xDC093B) is known color: Crimson. HEX triplet: DC, 09 and 3B. RGB value is (220,9,59). Sum of RGB (Red+Green+Blue) = 220+9+59=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC093B is #23F6C4. Grayscale: #4D4D4D. Windows color (decimal): -2356933 or 3869148. OLE color: 3869148.
HSL color Cylindrical-coordinate representation of color #DC093B: hue angle of 345.78º 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 #DC093B is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 59 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.14 |
| HSL | 345.78º | 0.92% | 0.45% | - |
| HSV(B) | 345.78º | 0.96% | 0.86% | - |
| XYZ | 30.4 | 15.73 | 5.57 | - |
| YUV | 77.79 | 117.4 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 59 | 0 | 0.96 | 0.73 | 0.14 | 345.78 | 0.92 | 0.45 |
| Hex | DC | 9 | 3B | 0 | 60 | 49 | E | 15A | 5C | 2D |
| Octal | 334 | 11 | 73 | 0 | 140 | 111 | 16 | 532 | 134 | 55 |
| Binary | 11011100 | 1001 | 111011 | 0 | 1100000 | 1001001 | 1110 | 101011010 | 1011100 | 101101 |
Color Harmonies of #DC093B
Complementary color
Monochromatic Colors of #DC093B
Black with #DC093B
Text Example
Text Example
White with #DC093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC093B; }
p { color: rgb(220,9,59); }
H1.HeaderClassName
{
color: #DC093B;
}
.AnyTagClassName
{
color: #DC093B;
}
</style>
background-color css
<style>
a { background-color: #DC093B; }
a { background-color: rgb(220,9,59); }
div.DivClassName
{
background-color: #DC093B;
}
.BgClassName
{
background-color: #DC093B;
}
</style>
border-color css
<style>
span { border-color: #DC093B; }
span { border-color: rgb(220,9,59); }
td.TdClassName
{
border-color: #DC093B;
}
.TagClassName
{
border-color: #DC093B;
}
</style>