#95292E

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

Shades of Bright Red #95292E

Tints of Bright Red #95292E

Color information

#95292E (or 0x95292E) is unknown color: approx Bright Red. HEX triplet: 95, 29 and 2E. RGB value is (149,41,46). Sum of RGB (Red+Green+Blue) = 149+41+46=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #95292E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95292E is #6AD6D1. Grayscale: #494949. Windows color (decimal): -7001810 or 3025301. OLE color: 3025301.

HSL color Cylindrical-coordinate representation of color #95292E: hue angle of 357.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95292E is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1494146-
CMYK00.720.690.42
HSL357.22º56.84%37.25%-
HSV(B)357.22º72.48%58.43%-
XYZ13.688.173.44-
YUV73.86112.28181.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.14%
GREEN value IS 41 (16.41% from 255) = 17.37%
BLUE value IS 46 (18.36% from 255) = 19.49%
R=63.14%
G=17.37%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149414600.720.690.42357.2256.8437.25
Hex95292E048452A1653925
Octal22551560110105525457145
Binary10010101101001101110010010001000101101010101100101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95292E; }

 p { color: rgb(149,41,46); }

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

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

 a { background-color: rgb(149,41,46); }

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

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

 span { border-color: rgb(149,41,46); }

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