#D3163E

Color #D3163E Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #D3163E

Tints of Crimson #D3163E

Color information

#D3163E (or 0xD3163E) is unknown color: approx Crimson. HEX triplet: D3, 16 and 3E. RGB value is (211,22,62). Sum of RGB (Red+Green+Blue) = 211+22+62=295 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.53% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 211 - color contains mainly: red. Hex color #D3163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3163E is #2CE9C1. Grayscale: #535353. Windows color (decimal): -2943426 or 4069075. OLE color: 4069075.

HSL color Cylindrical-coordinate representation of color #D3163E: hue angle of 347.3º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3163E is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB2112262-
CMYK00.900.710.17
HSL347.3º81.12%45.69%-
HSV(B)347.3º89.57%82.75%-
XYZ28.0214.775.93-
YUV83.07116.12219.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 71.53%
GREEN value IS 22 (8.98% from 255) = 7.46%
BLUE value IS 62 (24.61% from 255) = 21.02%
R=71.53%
G=7.46%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211226200.900.710.17347.381.1245.69
HexD3163E05A471115b512e
Octal323267601321072153312156
Binary1101001110110111110010110101000111100011010110111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3163E; }

 p { color: rgb(211,22,62); }

 H1.HeaderClassName
 {
   color: #D3163E;
 }
 .AnyTagClassName
 {
   color: #D3163E;
 }
</style>
background-color css

<style>
 a { background-color: #D3163E; }

 a { background-color: rgb(211,22,62); }

 div.DivClassName
 {
   background-color: #D3163E;
 }
 .BgClassName
 {
   background-color: #D3163E;
 }
</style>
border-color css

<style>
 span { border-color: #D3163E; }

 span { border-color: rgb(211,22,62); }

 td.TdClassName
 {
   border-color: #D3163E;
 }
 .TagClassName
 {
   border-color: #D3163E;
 }
</style>