Shades of Crimson #D3022D
Tints of Crimson #D3022D
RGB
CMYK
RGB Variations
Color information
#D3022D (or 0xD3022D) is known color: Crimson. HEX triplet: D3, 02 and 2D. RGB value is (211,2,45). Sum of RGB (Red+Green+Blue) = 211+2+45=258 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.78% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 211 - color contains mainly: red. Hex color #D3022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3022D is #2CFDD2. Grayscale: #454545. Windows color (decimal): -2948563 or 2949843. OLE color: 2949843.
HSL color Cylindrical-coordinate representation of color #D3022D: hue angle of 347.66º 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 #D3022D is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.17 |
| HSL | 347.66º | 0.98% | 0.42% | - |
| HSV(B) | 347.66º | 0.99% | 0.83% | - |
| XYZ | 27.36 | 14.08 | 3.76 | - |
| YUV | 69.39 | 114.24 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 45 | 0 | 0.99 | 0.79 | 0.17 | 347.66 | 0.98 | 0.42 |
| Hex | D3 | 2 | 2D | 0 | 63 | 4F | 11 | 15C | 62 | 2A |
| Octal | 323 | 2 | 55 | 0 | 143 | 117 | 21 | 534 | 142 | 52 |
| Binary | 11010011 | 10 | 101101 | 0 | 1100011 | 1001111 | 10001 | 101011100 | 1100010 | 101010 |
Color Harmonies of #D3022D
Complementary color
Monochromatic Colors of #D3022D
Black with #D3022D
Text Example
Text Example
White with #D3022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3022D; }
p { color: rgb(211,2,45); }
H1.HeaderClassName
{
color: #D3022D;
}
.AnyTagClassName
{
color: #D3022D;
}
</style>
background-color css
<style>
a { background-color: #D3022D; }
a { background-color: rgb(211,2,45); }
div.DivClassName
{
background-color: #D3022D;
}
.BgClassName
{
background-color: #D3022D;
}
</style>
border-color css
<style>
span { border-color: #D3022D; }
span { border-color: rgb(211,2,45); }
td.TdClassName
{
border-color: #D3022D;
}
.TagClassName
{
border-color: #D3022D;
}
</style>