#962E40

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

Shades of Bright Red #962E40

Tints of Bright Red #962E40

Color information

#962E40 (or 0x962E40) is unknown color: approx Bright Red. HEX triplet: 96, 2E and 40. RGB value is (150,46,64). Sum of RGB (Red+Green+Blue) = 150+46+64=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #962E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962E40 is #69D1BF. Grayscale: #4F4F4F. Windows color (decimal): -6934976 or 4206230. OLE color: 4206230.

HSL color Cylindrical-coordinate representation of color #962E40: hue angle of 349.62º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962E40 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB1504664-
CMYK00.690.570.41
HSL349.62º53.06%38.43%-
HSV(B)349.62º69.33%58.82%-
XYZ14.488.815.79-
YUV79.15119.46178.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.69%
GREEN value IS 46 (18.36% from 255) = 17.69%
BLUE value IS 64 (25.39% from 255) = 24.62%
R=57.69%
G=17.69%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150466400.690.570.41349.6253.0638.43
Hex962E40045392915e3526
Octal22656100010571515366546
Binary10010110101110100000001000101111001101001101011110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962E40; }

 p { color: rgb(150,46,64); }

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

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

 a { background-color: rgb(150,46,64); }

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

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

 span { border-color: rgb(150,46,64); }

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