Html Css Color HEX #9F172E Bright Red

📋 copy color: '#9F172E'

red 159 ◦ green 23 ◦ blue 46

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

Shades of Bright Red #9F172E

Tints of Bright Red #9F172E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.09%

 BLUE value IS 46 (18.36% from 255) = 20.18%

R = 69.74%
G = 10.09%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#9F172E (or 0x9F172E) is known color: Bright Red. HEX triplet: 9F, 17 and 2E. RGB value is (159,23,46). Sum of RGB (Red+Green+Blue) = 159+23+46=228 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.74% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 159 - color contains mainly: red. Hex color #9F172E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F172E is #60E8D1. Grayscale: #424242. Windows color (decimal): -6351058 or 3020703. OLE color: 3020703.

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

Color convert

RGB 159 23 46 -
CMYK 0 0.86 0.71 0.38
HSL 349.85º 0.75% 0.36% -
HSV(B) 349.85º 0.86% 0.62% -
XYZ 15.1 8.18 3.37 -
YUV 66.29 116.56 194.13 -
System Red Green Blue C M Y K H S L
Decimal 159 23 46 0 0.86 0.71 0.38 349.85 0.75 0.36
Hex 9F 17 2E 0 56 47 26 15E 4B 24
Octal 237 27 56 0 126 107 46 536 113 44
Binary 10011111 10111 101110 0 1010110 1000111 100110 101011110 1001011 100100

Color Harmonies of #9F172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F172E

Black with #9F172E

Text Example


Text Example

White with #9F172E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,23,46); }

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

background-color css

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

 a { background-color: rgb(159,23,46); }

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

border-color css

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

 span { border-color: rgb(159,23,46); }

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