Html Css Color HEX #9F113A Bright Red

📋 copy color: '#9F113A'

red 159 ◦ green 17 ◦ blue 58

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

Shades of Bright Red #9F113A

Tints of Bright Red #9F113A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.79%

R = 67.95%
G = 7.26%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#9F113A (or 0x9F113A) is known color: Bright Red. HEX triplet: 9F, 11 and 3A. RGB value is (159,17,58). Sum of RGB (Red+Green+Blue) = 159+17+58=234 (30% of max value = 765). Red value is 159 (62.5% from 255 or 67.95% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 159 - color contains mainly: red. Hex color #9F113A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F113A is #60EEC5. Grayscale: #404040. Windows color (decimal): -6352582 or 3805599. OLE color: 3805599.

HSL color Cylindrical-coordinate representation of color #9F113A: hue angle of 342.68º 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 #9F113A is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 17 58 -
CMYK 0 0.89 0.64 0.38
HSL 342.68º 0.81% 0.35% -
HSV(B) 342.68º 0.89% 0.62% -
XYZ 15.26 8.08 4.76 -
YUV 64.13 124.54 195.67 -
System Red Green Blue C M Y K H S L
Decimal 159 17 58 0 0.89 0.64 0.38 342.68 0.81 0.35
Hex 9F 11 3A 0 59 40 26 157 51 23
Octal 237 21 72 0 131 100 46 527 121 43
Binary 10011111 10001 111010 0 1011001 1000000 100110 101010111 1010001 100011

Color Harmonies of #9F113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F113A

Black with #9F113A

Text Example


Text Example

White with #9F113A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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