Shades of Crimson #D3033D
Tints of Crimson #D3033D
RGB
CMYK
RGB Variations
Color information
#D3033D (or 0xD3033D) is known color: Crimson. HEX triplet: D3, 03 and 3D. RGB value is (211,3,61). Sum of RGB (Red+Green+Blue) = 211+3+61=275 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.73% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 211 - color contains mainly: red. Hex color #D3033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3033D is #2CFCC2. Grayscale: #474747. Windows color (decimal): -2948291 or 3998675. OLE color: 3998675.
HSL color Cylindrical-coordinate representation of color #D3033D: hue angle of 343.27º 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 #D3033D is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 61 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.17 |
| HSL | 343.27º | 0.97% | 0.42% | - |
| HSV(B) | 343.27º | 0.99% | 0.83% | - |
| XYZ | 27.74 | 14.25 | 5.7 | - |
| YUV | 71.8 | 121.91 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 61 | 0 | 0.99 | 0.71 | 0.17 | 343.27 | 0.97 | 0.42 |
| Hex | D3 | 3 | 3D | 0 | 63 | 47 | 11 | 157 | 61 | 2A |
| Octal | 323 | 3 | 75 | 0 | 143 | 107 | 21 | 527 | 141 | 52 |
| Binary | 11010011 | 11 | 111101 | 0 | 1100011 | 1000111 | 10001 | 101010111 | 1100001 | 101010 |
Color Harmonies of #D3033D
Complementary color
Monochromatic Colors of #D3033D
Black with #D3033D
Text Example
Text Example
White with #D3033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3033D; }
p { color: rgb(211,3,61); }
H1.HeaderClassName
{
color: #D3033D;
}
.AnyTagClassName
{
color: #D3033D;
}
</style>
background-color css
<style>
a { background-color: #D3033D; }
a { background-color: rgb(211,3,61); }
div.DivClassName
{
background-color: #D3033D;
}
.BgClassName
{
background-color: #D3033D;
}
</style>
border-color css
<style>
span { border-color: #D3033D; }
span { border-color: rgb(211,3,61); }
td.TdClassName
{
border-color: #D3033D;
}
.TagClassName
{
border-color: #D3033D;
}
</style>