#9B2237

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

Shades of Bright Red #9B2237

Tints of Bright Red #9B2237

Color information

#9B2237 (or 0x9B2237) is unknown color: approx Bright Red. HEX triplet: 9B, 22 and 37. RGB value is (155,34,55). Sum of RGB (Red+Green+Blue) = 155+34+55=244 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.52% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2237 is #64DDC8. Grayscale: #484848. Windows color (decimal): -6610377 or 3613339. OLE color: 3613339.

HSL color Cylindrical-coordinate representation of color #9B2237: hue angle of 349.59º 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 #9B2237 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB1553455-
CMYK00.780.650.39
HSL349.59º64.02%37.06%-
HSV(B)349.59º78.06%60.78%-
XYZ14.788.394.45-
YUV72.57118.09186.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.52%
GREEN value IS 34 (13.67% from 255) = 13.93%
BLUE value IS 55 (21.88% from 255) = 22.54%
R=63.52%
G=13.93%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155345500.780.650.39349.5964.0237.06
Hex9B223704E412715e4025
Octal233426701161014753610045
Binary100110111000101101110100111010000011001111010111101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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