Shades of Crimson #DC083B
Tints of Crimson #DC083B
RGB
CMYK
RGB Variations
Color information
#DC083B (or 0xDC083B) is known color: Crimson. HEX triplet: DC, 08 and 3B. RGB value is (220,8,59). Sum of RGB (Red+Green+Blue) = 220+8+59=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC083B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC083B is #23F7C4. Grayscale: #4D4D4D. Windows color (decimal): -2357189 or 3868892. OLE color: 3868892.
HSL color Cylindrical-coordinate representation of color #DC083B: hue angle of 345.57º 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 #DC083B is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 59 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.14 |
| HSL | 345.57º | 0.93% | 0.45% | - |
| HSV(B) | 345.57º | 0.96% | 0.86% | - |
| XYZ | 30.39 | 15.71 | 5.57 | - |
| YUV | 77.2 | 117.74 | 229.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 59 | 0 | 0.96 | 0.73 | 0.14 | 345.57 | 0.93 | 0.45 |
| Hex | DC | 8 | 3B | 0 | 60 | 49 | E | 15A | 5D | 2D |
| Octal | 334 | 10 | 73 | 0 | 140 | 111 | 16 | 532 | 135 | 55 |
| Binary | 11011100 | 1000 | 111011 | 0 | 1100000 | 1001001 | 1110 | 101011010 | 1011101 | 101101 |
Color Harmonies of #DC083B
Complementary color
Monochromatic Colors of #DC083B
Black with #DC083B
Text Example
Text Example
White with #DC083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC083B; }
p { color: rgb(220,8,59); }
H1.HeaderClassName
{
color: #DC083B;
}
.AnyTagClassName
{
color: #DC083B;
}
</style>
background-color css
<style>
a { background-color: #DC083B; }
a { background-color: rgb(220,8,59); }
div.DivClassName
{
background-color: #DC083B;
}
.BgClassName
{
background-color: #DC083B;
}
</style>
border-color css
<style>
span { border-color: #DC083B; }
span { border-color: rgb(220,8,59); }
td.TdClassName
{
border-color: #DC083B;
}
.TagClassName
{
border-color: #DC083B;
}
</style>