Shades of Crimson #DC083F
Tints of Crimson #DC083F
RGB
CMYK
RGB Variations
Color information
#DC083F (or 0xDC083F) is known color: Crimson. HEX triplet: DC, 08 and 3F. RGB value is (220,8,63). Sum of RGB (Red+Green+Blue) = 220+8+63=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC083F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC083F is #23F7C0. Grayscale: #4D4D4D. Windows color (decimal): -2357185 or 4131036. OLE color: 4131036.
HSL color Cylindrical-coordinate representation of color #DC083F: hue angle of 344.43º 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 #DC083F is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 63 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.14 |
| HSL | 344.43º | 0.93% | 0.45% | - |
| HSV(B) | 344.43º | 0.96% | 0.86% | - |
| XYZ | 30.5 | 15.75 | 6.13 | - |
| YUV | 77.66 | 119.74 | 229.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 63 | 0 | 0.96 | 0.71 | 0.14 | 344.43 | 0.93 | 0.45 |
| Hex | DC | 8 | 3F | 0 | 60 | 47 | E | 158 | 5D | 2D |
| Octal | 334 | 10 | 77 | 0 | 140 | 107 | 16 | 530 | 135 | 55 |
| Binary | 11011100 | 1000 | 111111 | 0 | 1100000 | 1000111 | 1110 | 101011000 | 1011101 | 101101 |
Color Harmonies of #DC083F
Complementary color
Monochromatic Colors of #DC083F
Black with #DC083F
Text Example
Text Example
White with #DC083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC083F; }
p { color: rgb(220,8,63); }
H1.HeaderClassName
{
color: #DC083F;
}
.AnyTagClassName
{
color: #DC083F;
}
</style>
background-color css
<style>
a { background-color: #DC083F; }
a { background-color: rgb(220,8,63); }
div.DivClassName
{
background-color: #DC083F;
}
.BgClassName
{
background-color: #DC083F;
}
</style>
border-color css
<style>
span { border-color: #DC083F; }
span { border-color: rgb(220,8,63); }
td.TdClassName
{
border-color: #DC083F;
}
.TagClassName
{
border-color: #DC083F;
}
</style>