#D7163A

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

Shades of Crimson #D7163A

Tints of Crimson #D7163A

Color information

#D7163A (or 0xD7163A) is unknown color: approx Crimson. HEX triplet: D7, 16 and 3A. RGB value is (215,22,58). Sum of RGB (Red+Green+Blue) = 215+22+58=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D7163A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7163A is #28E9C5. Grayscale: #535353. Windows color (decimal): -2681286 or 3806935. OLE color: 3806935.

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

Color convert

RGB2152258-
CMYK00.900.730.16
HSL348.81º81.43%46.47%-
HSV(B)348.81º89.77%84.31%-
XYZ29.0715.335.43-
YUV83.81113.44221.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 72.88%
GREEN value IS 22 (8.98% from 255) = 7.46%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=72.88%
G=7.46%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215225800.900.730.16348.8181.4346.47
HexD7163A05A491015d512e
Octal327267201321112053512156
Binary1101011110110111010010110101001001100001010111011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7163A; }

 p { color: rgb(215,22,58); }

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

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

 a { background-color: rgb(215,22,58); }

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

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

 span { border-color: rgb(215,22,58); }

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