Shades of Crimson #D3143B
Tints of Crimson #D3143B
RGB
CMYK
RGB Variations
Color information
#D3143B (or 0xD3143B) is known color: Crimson. HEX triplet: D3, 14 and 3B. RGB value is (211,20,59). Sum of RGB (Red+Green+Blue) = 211+20+59=290 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.76% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 211 - color contains mainly: red. Hex color #D3143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3143B is #2CEBC4. Grayscale: #515151. Windows color (decimal): -2943941 or 3871955. OLE color: 3871955.
HSL color Cylindrical-coordinate representation of color #D3143B: hue angle of 347.75º 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 #D3143B is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 59 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.17 |
| HSL | 347.75º | 0.83% | 0.45% | - |
| HSV(B) | 347.75º | 0.91% | 0.83% | - |
| XYZ | 27.9 | 14.66 | 5.5 | - |
| YUV | 81.56 | 115.28 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 59 | 0 | 0.91 | 0.72 | 0.17 | 347.75 | 0.83 | 0.45 |
| Hex | D3 | 14 | 3B | 0 | 5B | 48 | 11 | 15C | 53 | 2D |
| Octal | 323 | 24 | 73 | 0 | 133 | 110 | 21 | 534 | 123 | 55 |
| Binary | 11010011 | 10100 | 111011 | 0 | 1011011 | 1001000 | 10001 | 101011100 | 1010011 | 101101 |
Color Harmonies of #D3143B
Complementary color
Monochromatic Colors of #D3143B
Black with #D3143B
Text Example
Text Example
White with #D3143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3143B; }
p { color: rgb(211,20,59); }
H1.HeaderClassName
{
color: #D3143B;
}
.AnyTagClassName
{
color: #D3143B;
}
</style>
background-color css
<style>
a { background-color: #D3143B; }
a { background-color: rgb(211,20,59); }
div.DivClassName
{
background-color: #D3143B;
}
.BgClassName
{
background-color: #D3143B;
}
</style>
border-color css
<style>
span { border-color: #D3143B; }
span { border-color: rgb(211,20,59); }
td.TdClassName
{
border-color: #D3143B;
}
.TagClassName
{
border-color: #D3143B;
}
</style>