#96263F

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

Shades of Bright Red #96263F

Tints of Bright Red #96263F

Color information

#96263F (or 0x96263F) is unknown color: approx Bright Red. HEX triplet: 96, 26 and 3F. RGB value is (150,38,63). Sum of RGB (Red+Green+Blue) = 150+38+63=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #96263F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96263F is #69D9C0. Grayscale: #4A4A4A. Windows color (decimal): -6937025 or 4138646. OLE color: 4138646.

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

Color convert

RGB1503863-
CMYK00.750.580.41
HSL346.61º59.57%36.86%-
HSV(B)346.61º74.67%58.82%-
XYZ14.178.235.54-
YUV74.34121.61181.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.76%
GREEN value IS 38 (15.23% from 255) = 15.14%
BLUE value IS 63 (25% from 255) = 25.10%
R=59.76%
G=15.14%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150386300.750.580.41346.6159.5736.86
Hex96263F04B3A2915b3c25
Octal2264677011372515337445
Binary1001011010011011111101001011111010101001101011011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96263F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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