Html Css Color HEX #9B1431 Bright Red

📋 copy color: '#9B1431'

red 155 ◦ green 20 ◦ blue 49

#9B1431
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #9B1431

Tints of Bright Red #9B1431

RGB

 RED value IS 155 (60.94% from 255) = 69.2%

 GREEN value IS 20 (8.2% from 255) = 8.93%

 BLUE value IS 49 (19.53% from 255) = 21.88%

R = 69.2%
G = 8.93%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B1431 (or 0x9B1431) is known color: Bright Red. HEX triplet: 9B, 14 and 31. RGB value is (155,20,49). Sum of RGB (Red+Green+Blue) = 155+20+49=224 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.20% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1431 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1431 is #64EBCE. Grayscale: #3F3F3F. Windows color (decimal): -6613967 or 3216539. OLE color: 3216539.

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

Color convert

RGB 155 20 49 -
CMYK 0 0.87 0.68 0.39
HSL 347.11º 0.77% 0.34% -
HSV(B) 347.11º 0.87% 0.61% -
XYZ 14.32 7.69 3.64 -
YUV 63.67 119.73 193.14 -
System Red Green Blue C M Y K H S L
Decimal 155 20 49 0 0.87 0.68 0.39 347.11 0.77 0.34
Hex 9B 14 31 0 57 44 27 15B 4D 22
Octal 233 24 61 0 127 104 47 533 115 42
Binary 10011011 10100 110001 0 1010111 1000100 100111 101011011 1001101 100010

Color Harmonies of #9B1431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1431

Black with #9B1431

Text Example


Text Example

White with #9B1431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,20,49); }

 H1.HeaderClassName
 {
   color: #9B1431;
 }
 .AnyTagClassName
 {
   color: #9B1431;
 }
</style>

background-color css

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

 a { background-color: rgb(155,20,49); }

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

border-color css

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

 span { border-color: rgb(155,20,49); }

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