Shades of Crimson #D3143A
Tints of Crimson #D3143A
RGB
CMYK
RGB Variations
Color information
#D3143A (or 0xD3143A) is known color: Crimson. HEX triplet: D3, 14 and 3A. RGB value is (211,20,58). Sum of RGB (Red+Green+Blue) = 211+20+58=289 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.01% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 211 - color contains mainly: red. Hex color #D3143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3143A is #2CEBC5. Grayscale: #515151. Windows color (decimal): -2943942 or 3806419. OLE color: 3806419.
HSL color Cylindrical-coordinate representation of color #D3143A: hue angle of 348.06º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3143A is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 58 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.17 |
| HSL | 348.06º | 0.83% | 0.45% | - |
| HSV(B) | 348.06º | 0.91% | 0.83% | - |
| XYZ | 27.88 | 14.65 | 5.36 | - |
| YUV | 81.44 | 114.78 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 58 | 0 | 0.91 | 0.73 | 0.17 | 348.06 | 0.83 | 0.45 |
| Hex | D3 | 14 | 3A | 0 | 5B | 49 | 11 | 15C | 53 | 2D |
| Octal | 323 | 24 | 72 | 0 | 133 | 111 | 21 | 534 | 123 | 55 |
| Binary | 11010011 | 10100 | 111010 | 0 | 1011011 | 1001001 | 10001 | 101011100 | 1010011 | 101101 |
Color Harmonies of #D3143A
Complementary color
Monochromatic Colors of #D3143A
Black with #D3143A
Text Example
Text Example
White with #D3143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3143A; }
p { color: rgb(211,20,58); }
H1.HeaderClassName
{
color: #D3143A;
}
.AnyTagClassName
{
color: #D3143A;
}
</style>
background-color css
<style>
a { background-color: #D3143A; }
a { background-color: rgb(211,20,58); }
div.DivClassName
{
background-color: #D3143A;
}
.BgClassName
{
background-color: #D3143A;
}
</style>
border-color css
<style>
span { border-color: #D3143A; }
span { border-color: rgb(211,20,58); }
td.TdClassName
{
border-color: #D3143A;
}
.TagClassName
{
border-color: #D3143A;
}
</style>