#9B1D3F

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

Shades of Bright Red #9B1D3F

Tints of Bright Red #9B1D3F

Color information

#9B1D3F (or 0x9B1D3F) is unknown color: approx Bright Red. HEX triplet: 9B, 1D and 3F. RGB value is (155,29,63). Sum of RGB (Red+Green+Blue) = 155+29+63=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1D3F is #64E2C0. Grayscale: #464646. Windows color (decimal): -6611649 or 4136347. OLE color: 4136347.

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

Color convert

RGB1552963-
CMYK00.810.590.39
HSL343.81º68.48%36.08%-
HSV(B)343.81º81.29%60.78%-
XYZ14.858.215.5-
YUV70.55123.74188.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 62.75%
GREEN value IS 29 (11.72% from 255) = 11.74%
BLUE value IS 63 (25% from 255) = 25.51%
R=62.75%
G=11.74%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155296300.810.590.39343.8168.4836.08
Hex9B1D3F0513B271584424
Octal23335770121734753010444
Binary1001101111101111111010100011110111001111010110001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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