Html Css Color HEX #9B1D1F Bright Red

📋 copy color: '#9B1D1F'

red 155 ◦ green 29 ◦ blue 31

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

Shades of Bright Red #9B1D1F

Tints of Bright Red #9B1D1F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.49%

 BLUE value IS 31 (12.5% from 255) = 14.42%

R = 72.09%
G = 13.49%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B1D1F (or 0x9B1D1F) is known color: Bright Red. HEX triplet: 9B, 1D and 1F. RGB value is (155,29,31). Sum of RGB (Red+Green+Blue) = 155+29+31=215 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.09% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1D1F is #64E2E0. Grayscale: #434343. Windows color (decimal): -6611681 or 2039195. OLE color: 2039195.

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

Color convert

RGB 155 29 31 -
CMYK 0 0.81 0.8 0.39
HSL 359.05º 0.68% 0.36% -
HSV(B) 359.05º 0.81% 0.61% -
XYZ 14.2 7.95 2.08 -
YUV 66.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 155 29 31 0 0.81 0.8 0.39 359.05 0.68 0.36
Hex 9B 1D 1F 0 51 50 27 167 44 24
Octal 233 35 37 0 121 120 47 547 104 44
Binary 10011011 11101 11111 0 1010001 1010000 100111 101100111 1000100 100100

Color Harmonies of #9B1D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1D1F

Black with #9B1D1F

Text Example


Text Example

White with #9B1D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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