Shades of Crimson #D3053B
Tints of Crimson #D3053B
RGB
CMYK
RGB Variations
Color information
#D3053B (or 0xD3053B) is known color: Crimson. HEX triplet: D3, 05 and 3B. RGB value is (211,5,59). Sum of RGB (Red+Green+Blue) = 211+5+59=275 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.73% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 211 - color contains mainly: red. Hex color #D3053B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3053B is #2CFAC4. Grayscale: #484848. Windows color (decimal): -2947781 or 3868115. OLE color: 3868115.
HSL color Cylindrical-coordinate representation of color #D3053B: hue angle of 344.27º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D3053B is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 59 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.17 |
| HSL | 344.27º | 0.95% | 0.42% | - |
| HSV(B) | 344.27º | 0.98% | 0.83% | - |
| XYZ | 27.71 | 14.27 | 5.43 | - |
| YUV | 72.75 | 120.25 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 59 | 0 | 0.98 | 0.72 | 0.17 | 344.27 | 0.95 | 0.42 |
| Hex | D3 | 5 | 3B | 0 | 62 | 48 | 11 | 158 | 5F | 2A |
| Octal | 323 | 5 | 73 | 0 | 142 | 110 | 21 | 530 | 137 | 52 |
| Binary | 11010011 | 101 | 111011 | 0 | 1100010 | 1001000 | 10001 | 101011000 | 1011111 | 101010 |
Color Harmonies of #D3053B
Complementary color
Monochromatic Colors of #D3053B
Black with #D3053B
Text Example
Text Example
White with #D3053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3053B; }
p { color: rgb(211,5,59); }
H1.HeaderClassName
{
color: #D3053B;
}
.AnyTagClassName
{
color: #D3053B;
}
</style>
background-color css
<style>
a { background-color: #D3053B; }
a { background-color: rgb(211,5,59); }
div.DivClassName
{
background-color: #D3053B;
}
.BgClassName
{
background-color: #D3053B;
}
</style>
border-color css
<style>
span { border-color: #D3053B; }
span { border-color: rgb(211,5,59); }
td.TdClassName
{
border-color: #D3053B;
}
.TagClassName
{
border-color: #D3053B;
}
</style>