#96253F

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

Shades of Bright Red #96253F

Tints of Bright Red #96253F

Color information

#96253F (or 0x96253F) is unknown color: approx Bright Red. HEX triplet: 96, 25 and 3F. RGB value is (150,37,63). Sum of RGB (Red+Green+Blue) = 150+37+63=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #96253F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96253F is #69DAC0. Grayscale: #494949. Windows color (decimal): -6937281 or 4138390. OLE color: 4138390.

HSL color Cylindrical-coordinate representation of color #96253F: hue angle of 346.19º 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 #96253F is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB1503763-
CMYK00.750.580.41
HSL346.19º60.43%36.67%-
HSV(B)346.19º75.33%58.82%-
XYZ14.148.175.53-
YUV73.75121.94182.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60%
GREEN value IS 37 (14.84% from 255) = 14.8%
BLUE value IS 63 (25% from 255) = 25.2%
R=60%
G=14.8%
B=25.2%

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
Decimal150376300.750.580.41346.1960.4336.67
Hex96253F04B3A2915a3c25
Octal2264577011372515327445
Binary1001011010010111111101001011111010101001101011010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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