#96293F

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

Shades of Bright Red #96293F

Tints of Bright Red #96293F

Color information

#96293F (or 0x96293F) is unknown color: approx Bright Red. HEX triplet: 96, 29 and 3F. RGB value is (150,41,63). Sum of RGB (Red+Green+Blue) = 150+41+63=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #96293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96293F is #69D6C0. Grayscale: #4C4C4C. Windows color (decimal): -6936257 or 4139414. OLE color: 4139414.

HSL color Cylindrical-coordinate representation of color #96293F: hue angle of 347.89º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96293F is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB1504163-
CMYK00.730.580.41
HSL347.89º57.07%37.45%-
HSV(B)347.89º72.67%58.82%-
XYZ14.278.435.58-
YUV76.1120.61180.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.06%
GREEN value IS 41 (16.41% from 255) = 16.14%
BLUE value IS 63 (25% from 255) = 24.80%
R=59.06%
G=16.14%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150416300.730.580.41347.8957.0737.45
Hex96293F0493A2915c3925
Octal2265177011172515347145
Binary1001011010100111111101001001111010101001101011100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96293F; }

 p { color: rgb(150,41,63); }

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

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

 a { background-color: rgb(150,41,63); }

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

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

 span { border-color: rgb(150,41,63); }

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