Html Css Color HEX #9F113D Bright Red

📋 copy color: '#9F113D'

red 159 ◦ green 17 ◦ blue 61

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

Shades of Bright Red #9F113D

Tints of Bright Red #9F113D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.17%

 BLUE value IS 61 (24.22% from 255) = 25.74%

R = 67.09%
G = 7.17%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#9F113D (or 0x9F113D) is known color: Bright Red. HEX triplet: 9F, 11 and 3D. RGB value is (159,17,61). Sum of RGB (Red+Green+Blue) = 159+17+61=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F113D is #60EEC2. Grayscale: #404040. Windows color (decimal): -6352579 or 4002207. OLE color: 4002207.

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

Color convert

RGB 159 17 61 -
CMYK 0 0.89 0.62 0.38
HSL 341.41º 0.81% 0.35% -
HSV(B) 341.41º 0.89% 0.62% -
XYZ 15.34 8.11 5.17 -
YUV 64.47 126.04 195.42 -
System Red Green Blue C M Y K H S L
Decimal 159 17 61 0 0.89 0.62 0.38 341.41 0.81 0.35
Hex 9F 11 3D 0 59 3E 26 155 51 23
Octal 237 21 75 0 131 76 46 525 121 43
Binary 10011111 10001 111101 0 1011001 111110 100110 101010101 1010001 100011

Color Harmonies of #9F113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F113D

Black with #9F113D

Text Example


Text Example

White with #9F113D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,17,61); }

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

background-color css

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

 a { background-color: rgb(159,17,61); }

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

border-color css

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

 span { border-color: rgb(159,17,61); }

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