#9B2D3F

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

Shades of Bright Red #9B2D3F

Tints of Bright Red #9B2D3F

Color information

#9B2D3F (or 0x9B2D3F) is unknown color: approx Bright Red. HEX triplet: 9B, 2D and 3F. RGB value is (155,45,63). Sum of RGB (Red+Green+Blue) = 155+45+63=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 45 (17.97% from 255 or 17.11% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2D3F is #64D2C0. Grayscale: #4F4F4F. Windows color (decimal): -6607553 or 4140443. OLE color: 4140443.

HSL color Cylindrical-coordinate representation of color #9B2D3F: hue angle of 350.18º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B2D3F is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB1554563-
CMYK00.710.590.39
HSL350.18º55%39.22%-
HSV(B)350.18º70.97%60.78%-
XYZ15.359.25.67-
YUV79.94118.44181.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.94%
GREEN value IS 45 (17.97% from 255) = 17.11%
BLUE value IS 63 (25% from 255) = 23.95%
R=58.94%
G=17.11%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155456300.710.590.39350.185539.22
Hex9B2D3F0473B2715e3727
Octal2335577010773475366747
Binary1001101110110111111101000111111011100111101011110110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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