Html Css Color HEX #9F172A Bright Red

📋 copy color: '#9F172A'

red 159 ◦ green 23 ◦ blue 42

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

Shades of Bright Red #9F172A

Tints of Bright Red #9F172A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.75%

R = 70.98%
G = 10.27%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9F172A (or 0x9F172A) is known color: Bright Red. HEX triplet: 9F, 17 and 2A. RGB value is (159,23,42). Sum of RGB (Red+Green+Blue) = 159+23+42=224 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.98% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 159 - color contains mainly: red. Hex color #9F172A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F172A is #60E8D5. Grayscale: #414141. Windows color (decimal): -6351062 or 2758559. OLE color: 2758559.

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

Color convert

RGB 159 23 42 -
CMYK 0 0.86 0.74 0.38
HSL 351.62º 0.75% 0.36% -
HSV(B) 351.62º 0.86% 0.62% -
XYZ 15.02 8.15 2.97 -
YUV 65.83 114.56 194.46 -
System Red Green Blue C M Y K H S L
Decimal 159 23 42 0 0.86 0.74 0.38 351.62 0.75 0.36
Hex 9F 17 2A 0 56 4A 26 160 4B 24
Octal 237 27 52 0 126 112 46 540 113 44
Binary 10011111 10111 101010 0 1010110 1001010 100110 101100000 1001011 100100

Color Harmonies of #9F172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F172A

Black with #9F172A

Text Example


Text Example

White with #9F172A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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