#D9163C

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

Shades of Crimson #D9163C

Tints of Crimson #D9163C

Color information

#D9163C (or 0xD9163C) is unknown color: approx Crimson. HEX triplet: D9, 16 and 3C. RGB value is (217,22,60). Sum of RGB (Red+Green+Blue) = 217+22+60=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D9163C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9163C is #26E9C3. Grayscale: #545454. Windows color (decimal): -2550212 or 3938009. OLE color: 3938009.

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

Color convert

RGB2172260-
CMYK00.900.720.15
HSL348.31º81.59%46.86%-
HSV(B)348.31º89.86%85.1%-
XYZ29.7215.655.73-
YUV84.64114.1222.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 72.58%
GREEN value IS 22 (8.98% from 255) = 7.36%
BLUE value IS 60 (23.83% from 255) = 20.07%
R=72.58%
G=7.36%
B=20.07%

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
Decimal217226000.900.720.15348.3181.5946.86
HexD9163C05A48F15c522f
Octal331267401321101753412257
Binary110110011011011110001011010100100011111010111001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9163C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9163C; }

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

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

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

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

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

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

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

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