#D9163D

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

Shades of Crimson #D9163D

Tints of Crimson #D9163D

Color information

#D9163D (or 0xD9163D) is unknown color: approx Crimson. HEX triplet: D9, 16 and 3D. RGB value is (217,22,61). Sum of RGB (Red+Green+Blue) = 217+22+61=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D9163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9163D is #26E9C2. Grayscale: #545454. Windows color (decimal): -2550211 or 4003545. OLE color: 4003545.

HSL color Cylindrical-coordinate representation of color #D9163D: hue angle of 348º 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 #D9163D is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB2172261-
CMYK00.900.720.15
HSL348º81.59%46.86%-
HSV(B)348º89.86%85.1%-
XYZ29.7415.665.87-
YUV84.75114.6222.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 72.33%
GREEN value IS 22 (8.98% from 255) = 7.33%
BLUE value IS 61 (24.22% from 255) = 20.33%
R=72.33%
G=7.33%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217226100.900.720.1534881.5946.86
HexD9163D05A48F15c522f
Octal331267501321101753412257
Binary110110011011011110101011010100100011111010111001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9163D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9163D; }

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

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

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

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

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

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

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

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