Html Css Color HEX #9F1B32 Bright Red

📋 copy color: '#9F1B32'

red 159 ◦ green 27 ◦ blue 50

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

Shades of Bright Red #9F1B32

Tints of Bright Red #9F1B32

RGB

 RED value IS 159 (62.5% from 255) = 67.37%

 GREEN value IS 27 (10.94% from 255) = 11.44%

 BLUE value IS 50 (19.92% from 255) = 21.19%

R = 67.37%
G = 11.44%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9F1B32 (or 0x9F1B32) is known color: Bright Red. HEX triplet: 9F, 1B and 32. RGB value is (159,27,50). Sum of RGB (Red+Green+Blue) = 159+27+50=236 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.37% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1B32 is #60E4CD. Grayscale: #454545. Windows color (decimal): -6350030 or 3283871. OLE color: 3283871.

HSL color Cylindrical-coordinate representation of color #9F1B32: hue angle of 349.55º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F1B32 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 27 50 -
CMYK 0 0.83 0.69 0.38
HSL 349.55º 0.71% 0.36% -
HSV(B) 349.55º 0.83% 0.62% -
XYZ 15.27 8.39 3.83 -
YUV 69.09 117.23 192.13 -
System Red Green Blue C M Y K H S L
Decimal 159 27 50 0 0.83 0.69 0.38 349.55 0.71 0.36
Hex 9F 1B 32 0 53 45 26 15E 47 24
Octal 237 33 62 0 123 105 46 536 107 44
Binary 10011111 11011 110010 0 1010011 1000101 100110 101011110 1000111 100100

Color Harmonies of #9F1B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1B32

Black with #9F1B32

Text Example


Text Example

White with #9F1B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,27,50); }

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

background-color css

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

 a { background-color: rgb(159,27,50); }

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

border-color css

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

 span { border-color: rgb(159,27,50); }

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