#9B2124

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

Shades of Bright Red #9B2124

Tints of Bright Red #9B2124

Color information

#9B2124 (or 0x9B2124) is unknown color: approx Bright Red. HEX triplet: 9B, 21 and 24. RGB value is (155,33,36). Sum of RGB (Red+Green+Blue) = 155+33+36=224 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.20% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2124 is #64DEDB. Grayscale: #454545. Windows color (decimal): -6610652 or 2367899. OLE color: 2367899.

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

Color convert

RGB1553336-
CMYK00.790.770.39
HSL358.52º64.89%36.86%-
HSV(B)358.52º78.71%60.78%-
XYZ14.388.182.49-
YUV69.82108.92188.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 69.20%
GREEN value IS 33 (13.28% from 255) = 14.73%
BLUE value IS 36 (14.45% from 255) = 16.07%
R=69.20%
G=14.73%
B=16.07%

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
Decimal155333600.790.770.39358.5264.8936.86
Hex9B212404F4D271674125
Octal233414401171154754710145
Binary100110111000011001000100111110011011001111011001111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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