#9B2239

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

Shades of Bright Red #9B2239

Tints of Bright Red #9B2239

Color information

#9B2239 (or 0x9B2239) is unknown color: approx Bright Red. HEX triplet: 9B, 22 and 39. RGB value is (155,34,57). Sum of RGB (Red+Green+Blue) = 155+34+57=246 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.01% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2239 is #64DDC6. Grayscale: #484848. Windows color (decimal): -6610375 or 3744411. OLE color: 3744411.

HSL color Cylindrical-coordinate representation of color #9B2239: hue angle of 348.6º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B2239 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB1553457-
CMYK00.780.630.39
HSL348.6º64.02%37.06%-
HSV(B)348.6º78.06%60.78%-
XYZ14.838.414.71-
YUV72.8119.09186.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.01%
GREEN value IS 34 (13.67% from 255) = 13.82%
BLUE value IS 57 (22.66% from 255) = 23.17%
R=63.01%
G=13.82%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155345700.780.630.39348.664.0237.06
Hex9B223904E3F2715d4025
Octal23342710116774753510045
Binary10011011100010111001010011101111111001111010111011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B2239; }

 p { color: rgb(155,34,57); }

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

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

 a { background-color: rgb(155,34,57); }

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

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

 span { border-color: rgb(155,34,57); }

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