#96203F

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

Shades of Bright Red #96203F

Tints of Bright Red #96203F

Color information

#96203F (or 0x96203F) is unknown color: approx Bright Red. HEX triplet: 96, 20 and 3F. RGB value is (150,32,63). Sum of RGB (Red+Green+Blue) = 150+32+63=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #96203F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96203F is #69DFC0. Grayscale: #464646. Windows color (decimal): -6938561 or 4137110. OLE color: 4137110.

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

Color convert

RGB1503263-
CMYK00.790.580.41
HSL344.24º64.84%35.69%-
HSV(B)344.24º78.67%58.82%-
XYZ13.997.885.49-
YUV70.82123.59184.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.22%
GREEN value IS 32 (12.89% from 255) = 13.06%
BLUE value IS 63 (25% from 255) = 25.71%
R=61.22%
G=13.06%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150326300.790.580.41344.2464.8435.69
Hex96203F04F3A291584124
Octal22640770117725153010144
Binary10010110100000111111010011111110101010011010110001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96203F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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