Html Css Color HEX #9F1F31 Bright Red

📋 copy color: '#9F1F31'

red 159 ◦ green 31 ◦ blue 49

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

Shades of Bright Red #9F1F31

Tints of Bright Red #9F1F31

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.97%

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

R = 66.53%
G = 12.97%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9F1F31 (or 0x9F1F31) is known color: Bright Red. HEX triplet: 9F, 1F and 31. RGB value is (159,31,49). Sum of RGB (Red+Green+Blue) = 159+31+49=239 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.53% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1F31 is #60E0CE. Grayscale: #474747. Windows color (decimal): -6349007 or 3219359. OLE color: 3219359.

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

Color convert

RGB 159 31 49 -
CMYK 0 0.81 0.69 0.38
HSL 351.56º 0.67% 0.37% -
HSV(B) 351.56º 0.81% 0.62% -
XYZ 15.34 8.57 3.75 -
YUV 71.32 115.41 190.54 -
System Red Green Blue C M Y K H S L
Decimal 159 31 49 0 0.81 0.69 0.38 351.56 0.67 0.37
Hex 9F 1F 31 0 51 45 26 160 43 25
Octal 237 37 61 0 121 105 46 540 103 45
Binary 10011111 11111 110001 0 1010001 1000101 100110 101100000 1000011 100101

Color Harmonies of #9F1F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1F31

Black with #9F1F31

Text Example


Text Example

White with #9F1F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,31,49); }

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

background-color css

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

 a { background-color: rgb(159,31,49); }

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

border-color css

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

 span { border-color: rgb(159,31,49); }

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