#96223D

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

Shades of Bright Red #96223D

Tints of Bright Red #96223D

Color information

#96223D (or 0x96223D) is unknown color: approx Bright Red. HEX triplet: 96, 22 and 3D. RGB value is (150,34,61). Sum of RGB (Red+Green+Blue) = 150+34+61=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #96223D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96223D is #69DDC2. Grayscale: #474747. Windows color (decimal): -6938051 or 4006550. OLE color: 4006550.

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

Color convert

RGB1503461-
CMYK00.770.590.41
HSL346.03º63.04%36.08%-
HSV(B)346.03º77.33%58.82%-
XYZ13.997.975.21-
YUV71.76121.93183.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.22%
GREEN value IS 34 (13.67% from 255) = 13.88%
BLUE value IS 61 (24.22% from 255) = 24.90%
R=61.22%
G=13.88%
B=24.90%

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
Decimal150346100.770.590.41346.0363.0436.08
Hex96223D04D3B2915a3f24
Octal2264275011573515327744
Binary1001011010001011110101001101111011101001101011010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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