Shades of Crimson #D3002B
Tints of Crimson #D3002B
RGB
CMYK
RGB Variations
Color information
#D3002B (or 0xD3002B) is known color: Crimson. HEX triplet: D3, 00 and 2B. RGB value is (211,0,43). Sum of RGB (Red+Green+Blue) = 211+0+43=254 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.07% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 211 - color contains mainly: red. Hex color #D3002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3002B is #2CFFD4. Grayscale: #444444. Windows color (decimal): -2949077 or 2818259. OLE color: 2818259.
HSL color Cylindrical-coordinate representation of color #D3002B: hue angle of 347.77º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3002B is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.80 | 0.17 |
| HSL | 347.77º | 1% | 0.41% | - |
| HSV(B) | 347.77º | 1% | 0.83% | - |
| XYZ | 27.3 | 14.02 | 3.55 | - |
| YUV | 67.99 | 113.9 | 230 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 43 | 0 | 1 | 0.80 | 0.17 | 347.77 | 1 | 0.41 |
| Hex | D3 | 0 | 2B | 0 | 64 | 50 | 11 | 15C | 64 | 29 |
| Octal | 323 | 0 | 53 | 0 | 144 | 120 | 21 | 534 | 144 | 51 |
| Binary | 11010011 | 0 | 101011 | 0 | 1100100 | 1010000 | 10001 | 101011100 | 1100100 | 101001 |
Color Harmonies of #D3002B
Complementary color
Monochromatic Colors of #D3002B
Black with #D3002B
Text Example
Text Example
White with #D3002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3002B; }
p { color: rgb(211,0,43); }
H1.HeaderClassName
{
color: #D3002B;
}
.AnyTagClassName
{
color: #D3002B;
}
</style>
background-color css
<style>
a { background-color: #D3002B; }
a { background-color: rgb(211,0,43); }
div.DivClassName
{
background-color: #D3002B;
}
.BgClassName
{
background-color: #D3002B;
}
</style>
border-color css
<style>
span { border-color: #D3002B; }
span { border-color: rgb(211,0,43); }
td.TdClassName
{
border-color: #D3002B;
}
.TagClassName
{
border-color: #D3002B;
}
</style>