#962333

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

Shades of Bright Red #962333

Tints of Bright Red #962333

Color information

#962333 (or 0x962333) is unknown color: approx Bright Red. HEX triplet: 96, 23 and 33. RGB value is (150,35,51). Sum of RGB (Red+Green+Blue) = 150+35+51=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #962333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962333 is #69DCCC. Grayscale: #474747. Windows color (decimal): -6937805 or 3351446. OLE color: 3351446.

HSL color Cylindrical-coordinate representation of color #962333: hue angle of 351.65º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962333 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB1503551-
CMYK00.770.660.41
HSL351.65º62.16%36.27%-
HSV(B)351.65º76.67%58.82%-
XYZ13.787.933.94-
YUV71.21116.6184.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.56%
GREEN value IS 35 (14.06% from 255) = 14.83%
BLUE value IS 51 (20.31% from 255) = 21.61%
R=63.56%
G=14.83%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150355100.770.660.41351.6562.1636.27
Hex96233304D42291603e24
Octal22643630115102515407644
Binary10010110100011110011010011011000010101001101100000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962333; }

 p { color: rgb(150,35,51); }

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

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

 a { background-color: rgb(150,35,51); }

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

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

 span { border-color: rgb(150,35,51); }

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