Shades of Crimson #DC083C
Tints of Crimson #DC083C
RGB
CMYK
RGB Variations
Color information
#DC083C (or 0xDC083C) is known color: Crimson. HEX triplet: DC, 08 and 3C. RGB value is (220,8,60). Sum of RGB (Red+Green+Blue) = 220+8+60=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC083C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC083C is #23F7C3. Grayscale: #4D4D4D. Windows color (decimal): -2357188 or 3934428. OLE color: 3934428.
HSL color Cylindrical-coordinate representation of color #DC083C: hue angle of 345.28º degrees, saturation: 0.93, 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 #DC083C is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 60 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.14 |
| HSL | 345.28º | 0.93% | 0.45% | - |
| HSV(B) | 345.28º | 0.96% | 0.86% | - |
| XYZ | 30.42 | 15.72 | 5.71 | - |
| YUV | 77.32 | 118.24 | 229.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 60 | 0 | 0.96 | 0.73 | 0.14 | 345.28 | 0.93 | 0.45 |
| Hex | DC | 8 | 3C | 0 | 60 | 49 | E | 159 | 5D | 2D |
| Octal | 334 | 10 | 74 | 0 | 140 | 111 | 16 | 531 | 135 | 55 |
| Binary | 11011100 | 1000 | 111100 | 0 | 1100000 | 1001001 | 1110 | 101011001 | 1011101 | 101101 |
Color Harmonies of #DC083C
Complementary color
Monochromatic Colors of #DC083C
Black with #DC083C
Text Example
Text Example
White with #DC083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC083C; }
p { color: rgb(220,8,60); }
H1.HeaderClassName
{
color: #DC083C;
}
.AnyTagClassName
{
color: #DC083C;
}
</style>
background-color css
<style>
a { background-color: #DC083C; }
a { background-color: rgb(220,8,60); }
div.DivClassName
{
background-color: #DC083C;
}
.BgClassName
{
background-color: #DC083C;
}
</style>
border-color css
<style>
span { border-color: #DC083C; }
span { border-color: rgb(220,8,60); }
td.TdClassName
{
border-color: #DC083C;
}
.TagClassName
{
border-color: #DC083C;
}
</style>