#96223C

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

Shades of Bright Red #96223C

Tints of Bright Red #96223C

Color information

#96223C (or 0x96223C) is unknown color: approx Bright Red. HEX triplet: 96, 22 and 3C. RGB value is (150,34,60). Sum of RGB (Red+Green+Blue) = 150+34+60=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #96223C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96223C is #69DDC3. Grayscale: #474747. Windows color (decimal): -6938052 or 3941014. OLE color: 3941014.

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

Color convert

RGB1503460-
CMYK00.770.60.41
HSL346.55º63.04%36.08%-
HSV(B)346.55º77.33%58.82%-
XYZ13.977.955.07-
YUV71.65121.43183.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.48%
GREEN value IS 34 (13.67% from 255) = 13.93%
BLUE value IS 60 (23.83% from 255) = 24.59%
R=61.48%
G=13.93%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150346000.770.60.41346.5563.0436.08
Hex96223C04D3C2915b3f24
Octal2264274011574515337744
Binary1001011010001011110001001101111100101001101011011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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