#D9163E

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

Shades of Crimson #D9163E

Tints of Crimson #D9163E

Color information

#D9163E (or 0xD9163E) is unknown color: approx Crimson. HEX triplet: D9, 16 and 3E. RGB value is (217,22,62). Sum of RGB (Red+Green+Blue) = 217+22+62=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D9163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9163E is #26E9C1. Grayscale: #545454. Windows color (decimal): -2550210 or 4069081. OLE color: 4069081.

HSL color Cylindrical-coordinate representation of color #D9163E: hue angle of 347.69º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9163E is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB2172262-
CMYK00.900.710.15
HSL347.69º81.59%46.86%-
HSV(B)347.69º89.86%85.1%-
XYZ29.7715.676.01-
YUV84.86115.1222.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 72.09%
GREEN value IS 22 (8.98% from 255) = 7.31%
BLUE value IS 62 (24.61% from 255) = 20.60%
R=72.09%
G=7.31%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217226200.900.710.15347.6981.5946.86
HexD9163E05A47F15c522f
Octal331267601321071753412257
Binary110110011011011111001011010100011111111010111001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9163E; }

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

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

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

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

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

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

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

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