#9B2123

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

Shades of Bright Red #9B2123

Tints of Bright Red #9B2123

Color information

#9B2123 (or 0x9B2123) is unknown color: approx Bright Red. HEX triplet: 9B, 21 and 23. RGB value is (155,33,35). Sum of RGB (Red+Green+Blue) = 155+33+35=223 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.51% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 35 (14.06% from 255 or 15.70% from 223); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2123 is #64DEDC. Grayscale: #454545. Windows color (decimal): -6610653 or 2302363. OLE color: 2302363.

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

Color convert

RGB1553335-
CMYK00.790.770.39
HSL359.02º64.89%36.86%-
HSV(B)359.02º78.71%60.78%-
XYZ14.368.182.41-
YUV69.71108.42188.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 69.51%
GREEN value IS 33 (13.28% from 255) = 14.80%
BLUE value IS 35 (14.06% from 255) = 15.70%
R=69.51%
G=14.80%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155333500.790.770.39359.0264.8936.86
Hex9B212304F4D271674125
Octal233414301171154754710145
Binary100110111000011000110100111110011011001111011001111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,33,35); }

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

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

 a { background-color: rgb(155,33,35); }

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

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

 span { border-color: rgb(155,33,35); }

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