Html Css Color HEX #9B2741 Bright Red

📋 copy color: '#9B2741'

red 155 ◦ green 39 ◦ blue 65

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

Shades of Bright Red #9B2741

Tints of Bright Red #9B2741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.06%

 BLUE value IS 65 (25.78% from 255) = 25.1%

R = 59.85%
G = 15.06%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9B2741 (or 0x9B2741) is known color: Bright Red. HEX triplet: 9B, 27 and 41. RGB value is (155,39,65). Sum of RGB (Red+Green+Blue) = 155+39+65=259 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.85% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2741 is #64D8BE. Grayscale: #4C4C4C. Windows color (decimal): -6609087 or 4269979. OLE color: 4269979.

HSL color Cylindrical-coordinate representation of color #9B2741: hue angle of 346.55º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B2741 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 39 65 -
CMYK 0 0.75 0.58 0.39
HSL 346.55º 0.6% 0.38% -
HSV(B) 346.55º 0.75% 0.61% -
XYZ 15.2 8.8 5.9 -
YUV 76.65 121.43 183.89 -
System Red Green Blue C M Y K H S L
Decimal 155 39 65 0 0.75 0.58 0.39 346.55 0.6 0.38
Hex 9B 27 41 0 4B 3A 27 15B 3C 26
Octal 233 47 101 0 113 72 47 533 74 46
Binary 10011011 100111 1000001 0 1001011 111010 100111 101011011 111100 100110

Color Harmonies of #9B2741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2741

Black with #9B2741

Text Example


Text Example

White with #9B2741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,39,65); }

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

background-color css

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

 a { background-color: rgb(155,39,65); }

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

border-color css

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

 span { border-color: rgb(155,39,65); }

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