Shades of Crimson #D3083A
Tints of Crimson #D3083A
RGB
CMYK
RGB Variations
Color information
#D3083A (or 0xD3083A) is known color: Crimson. HEX triplet: D3, 08 and 3A. RGB value is (211,8,58). Sum of RGB (Red+Green+Blue) = 211+8+58=277 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.17% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 211 - color contains mainly: red. Hex color #D3083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3083A is #2CF7C5. Grayscale: #4A4A4A. Windows color (decimal): -2947014 or 3803347. OLE color: 3803347.
HSL color Cylindrical-coordinate representation of color #D3083A: hue angle of 345.22º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D3083A is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 58 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.17 |
| HSL | 345.22º | 0.93% | 0.43% | - |
| HSV(B) | 345.22º | 0.96% | 0.83% | - |
| XYZ | 27.71 | 14.33 | 5.31 | - |
| YUV | 74.4 | 118.75 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 58 | 0 | 0.96 | 0.73 | 0.17 | 345.22 | 0.93 | 0.43 |
| Hex | D3 | 8 | 3A | 0 | 60 | 49 | 11 | 159 | 5D | 2B |
| Octal | 323 | 10 | 72 | 0 | 140 | 111 | 21 | 531 | 135 | 53 |
| Binary | 11010011 | 1000 | 111010 | 0 | 1100000 | 1001001 | 10001 | 101011001 | 1011101 | 101011 |
Color Harmonies of #D3083A
Complementary color
Monochromatic Colors of #D3083A
Black with #D3083A
Text Example
Text Example
White with #D3083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3083A; }
p { color: rgb(211,8,58); }
H1.HeaderClassName
{
color: #D3083A;
}
.AnyTagClassName
{
color: #D3083A;
}
</style>
background-color css
<style>
a { background-color: #D3083A; }
a { background-color: rgb(211,8,58); }
div.DivClassName
{
background-color: #D3083A;
}
.BgClassName
{
background-color: #D3083A;
}
</style>
border-color css
<style>
span { border-color: #D3083A; }
span { border-color: rgb(211,8,58); }
td.TdClassName
{
border-color: #D3083A;
}
.TagClassName
{
border-color: #D3083A;
}
</style>