Shades of Crimson #D3033F
Tints of Crimson #D3033F
RGB
CMYK
RGB Variations
Color information
#D3033F (or 0xD3033F) is known color: Crimson. HEX triplet: D3, 03 and 3F. RGB value is (211,3,63). Sum of RGB (Red+Green+Blue) = 211+3+63=277 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.17% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 211 - color contains mainly: red. Hex color #D3033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3033F is #2CFCC0. Grayscale: #484848. Windows color (decimal): -2948289 or 4129747. OLE color: 4129747.
HSL color Cylindrical-coordinate representation of color #D3033F: hue angle of 342.69º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3033F is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 63 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.17 |
| HSL | 342.69º | 0.97% | 0.42% | - |
| HSV(B) | 342.69º | 0.99% | 0.83% | - |
| XYZ | 27.79 | 14.27 | 5.99 | - |
| YUV | 72.03 | 122.91 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 63 | 0 | 0.99 | 0.70 | 0.17 | 342.69 | 0.97 | 0.42 |
| Hex | D3 | 3 | 3F | 0 | 63 | 46 | 11 | 157 | 61 | 2A |
| Octal | 323 | 3 | 77 | 0 | 143 | 106 | 21 | 527 | 141 | 52 |
| Binary | 11010011 | 11 | 111111 | 0 | 1100011 | 1000110 | 10001 | 101010111 | 1100001 | 101010 |
Color Harmonies of #D3033F
Complementary color
Monochromatic Colors of #D3033F
Black with #D3033F
Text Example
Text Example
White with #D3033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3033F; }
p { color: rgb(211,3,63); }
H1.HeaderClassName
{
color: #D3033F;
}
.AnyTagClassName
{
color: #D3033F;
}
</style>
background-color css
<style>
a { background-color: #D3033F; }
a { background-color: rgb(211,3,63); }
div.DivClassName
{
background-color: #D3033F;
}
.BgClassName
{
background-color: #D3033F;
}
</style>
border-color css
<style>
span { border-color: #D3033F; }
span { border-color: rgb(211,3,63); }
td.TdClassName
{
border-color: #D3033F;
}
.TagClassName
{
border-color: #D3033F;
}
</style>