#9B222D

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

Shades of Bright Red #9B222D

Tints of Bright Red #9B222D

Color information

#9B222D (or 0x9B222D) is unknown color: approx Bright Red. HEX triplet: 9B, 22 and 2D. RGB value is (155,34,45). Sum of RGB (Red+Green+Blue) = 155+34+45=234 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.24% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 155 - color contains mainly: red. Hex color #9B222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B222D is #64DDD2. Grayscale: #474747. Windows color (decimal): -6610387 or 2957979. OLE color: 2957979.

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

Color convert

RGB1553445-
CMYK00.780.710.39
HSL354.55º64.02%37.06%-
HSV(B)354.55º78.06%60.78%-
XYZ14.568.33.32-
YUV71.43113.09187.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 66.24%
GREEN value IS 34 (13.67% from 255) = 14.53%
BLUE value IS 45 (17.97% from 255) = 19.23%
R=66.24%
G=14.53%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155344500.780.710.39354.5564.0237.06
Hex9B222D04E47271634025
Octal233425501161074754310045
Binary100110111000101011010100111010001111001111011000111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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