#962224

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

Shades of Bright Red #962224

Tints of Bright Red #962224

Color information

#962224 (or 0x962224) is unknown color: approx Bright Red. HEX triplet: 96, 22 and 24. RGB value is (150,34,36). Sum of RGB (Red+Green+Blue) = 150+34+36=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #962224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962224 is #69DDDB. Grayscale: #454545. Windows color (decimal): -6938076 or 2368150. OLE color: 2368150.

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

Color convert

RGB1503436-
CMYK00.770.760.41
HSL358.97º63.04%36.08%-
HSV(B)358.97º77.33%58.82%-
XYZ13.477.762.46-
YUV68.91109.43185.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.18%
GREEN value IS 34 (13.67% from 255) = 15.45%
BLUE value IS 36 (14.45% from 255) = 16.36%
R=68.18%
G=15.45%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150343600.770.760.41358.9763.0436.08
Hex96222404D4C291673f24
Octal22642440115114515477744
Binary10010110100010100100010011011001100101001101100111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962224; }

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

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

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

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

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

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

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

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