#95172C

Color #95172C Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #95172C

Tints of Bright Red #95172C

Color information

#95172C (or 0x95172C) is unknown color: approx Bright Red. HEX triplet: 95, 17 and 2C. RGB value is (149,23,44). Sum of RGB (Red+Green+Blue) = 149+23+44=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #95172C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95172C is #6AE8D3. Grayscale: #3F3F3F. Windows color (decimal): -7006420 or 2889621. OLE color: 2889621.

HSL color Cylindrical-coordinate representation of color #95172C: hue angle of 350º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #95172C is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1492344-
CMYK00.850.700.42
HSL350º73.26%33.73%-
HSV(B)350º84.56%58.43%-
XYZ13.167.183.08-
YUV63.07117.24189.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 68.98%
GREEN value IS 23 (9.38% from 255) = 10.65%
BLUE value IS 44 (17.58% from 255) = 20.37%
R=68.98%
G=10.65%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149234400.850.700.4235073.2633.73
Hex95172C055462A15e4922
Octal225275401251065253611142
Binary10010101101111011000101010110001101010101010111101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95172C; }

 p { color: rgb(149,23,44); }

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

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

 a { background-color: rgb(149,23,44); }

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

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

 span { border-color: rgb(149,23,44); }

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