Html Css Color HEX #9F1637 Bright Red

📋 copy color: '#9F1637'

red 159 ◦ green 22 ◦ blue 55

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

Shades of Bright Red #9F1637

Tints of Bright Red #9F1637

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.32%

 BLUE value IS 55 (21.88% from 255) = 23.31%

R = 67.37%
G = 9.32%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.38

RGB Variations

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

Color information

#9F1637 (or 0x9F1637) is known color: Bright Red. HEX triplet: 9F, 16 and 37. RGB value is (159,22,55). Sum of RGB (Red+Green+Blue) = 159+22+55=236 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.37% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1637 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1637 is #60E9C8. Grayscale: #424242. Windows color (decimal): -6351305 or 3610271. OLE color: 3610271.

HSL color Cylindrical-coordinate representation of color #9F1637: hue angle of 345.55º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F1637 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 22 55 -
CMYK 0 0.86 0.65 0.38
HSL 345.55º 0.76% 0.35% -
HSV(B) 345.55º 0.86% 0.62% -
XYZ 15.27 8.22 4.4 -
YUV 66.73 121.39 193.82 -
System Red Green Blue C M Y K H S L
Decimal 159 22 55 0 0.86 0.65 0.38 345.55 0.76 0.35
Hex 9F 16 37 0 56 41 26 15A 4C 23
Octal 237 26 67 0 126 101 46 532 114 43
Binary 10011111 10110 110111 0 1010110 1000001 100110 101011010 1001100 100011

Color Harmonies of #9F1637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1637

Black with #9F1637

Text Example


Text Example

White with #9F1637

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,22,55); }

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

background-color css

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

 a { background-color: rgb(159,22,55); }

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

border-color css

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

 span { border-color: rgb(159,22,55); }

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