Shades of Crimson #D3022E
Tints of Crimson #D3022E
RGB
CMYK
RGB Variations
Color information
#D3022E (or 0xD3022E) is known color: Crimson. HEX triplet: D3, 02 and 2E. RGB value is (211,2,46). Sum of RGB (Red+Green+Blue) = 211+2+46=259 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.47% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 211 - color contains mainly: red. Hex color #D3022E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3022E is #2CFDD1. Grayscale: #454545. Windows color (decimal): -2948562 or 3015379. OLE color: 3015379.
HSL color Cylindrical-coordinate representation of color #D3022E: hue angle of 347.37º degrees, saturation: 0.98, 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 #D3022E is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.17 |
| HSL | 347.37º | 0.98% | 0.42% | - |
| HSV(B) | 347.37º | 0.99% | 0.83% | - |
| XYZ | 27.38 | 14.09 | 3.86 | - |
| YUV | 69.51 | 114.74 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 46 | 0 | 0.99 | 0.78 | 0.17 | 347.37 | 0.98 | 0.42 |
| Hex | D3 | 2 | 2E | 0 | 63 | 4E | 11 | 15B | 62 | 2A |
| Octal | 323 | 2 | 56 | 0 | 143 | 116 | 21 | 533 | 142 | 52 |
| Binary | 11010011 | 10 | 101110 | 0 | 1100011 | 1001110 | 10001 | 101011011 | 1100010 | 101010 |
Color Harmonies of #D3022E
Complementary color
Monochromatic Colors of #D3022E
Black with #D3022E
Text Example
Text Example
White with #D3022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3022E; }
p { color: rgb(211,2,46); }
H1.HeaderClassName
{
color: #D3022E;
}
.AnyTagClassName
{
color: #D3022E;
}
</style>
background-color css
<style>
a { background-color: #D3022E; }
a { background-color: rgb(211,2,46); }
div.DivClassName
{
background-color: #D3022E;
}
.BgClassName
{
background-color: #D3022E;
}
</style>
border-color css
<style>
span { border-color: #D3022E; }
span { border-color: rgb(211,2,46); }
td.TdClassName
{
border-color: #D3022E;
}
.TagClassName
{
border-color: #D3022E;
}
</style>