#96223E

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

Shades of Bright Red #96223E

Tints of Bright Red #96223E

Color information

#96223E (or 0x96223E) is unknown color: approx Bright Red. HEX triplet: 96, 22 and 3E. RGB value is (150,34,62). Sum of RGB (Red+Green+Blue) = 150+34+62=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #96223E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96223E is #69DDC1. Grayscale: #474747. Windows color (decimal): -6938050 or 4072086. OLE color: 4072086.

HSL color Cylindrical-coordinate representation of color #96223E: hue angle of 345.52º degrees, saturation: 0.63, 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 #96223E is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB1503462-
CMYK00.770.590.41
HSL345.52º63.04%36.08%-
HSV(B)345.52º77.33%58.82%-
XYZ14.027.985.36-
YUV71.88122.43183.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.98%
GREEN value IS 34 (13.67% from 255) = 13.82%
BLUE value IS 62 (24.61% from 255) = 25.20%
R=60.98%
G=13.82%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150346200.770.590.41345.5263.0436.08
Hex96223E04D3B2915a3f24
Octal2264276011573515327744
Binary1001011010001011111001001101111011101001101011010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96223E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96223E; }

 p { color: rgb(150,34,62); }

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

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

 a { background-color: rgb(150,34,62); }

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

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

 span { border-color: rgb(150,34,62); }

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