Html Css Color HEX #9F143A Bright Red

📋 copy color: '#9F143A'

red 159 ◦ green 20 ◦ blue 58

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

Shades of Bright Red #9F143A

Tints of Bright Red #9F143A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.44%

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

R = 67.09%
G = 8.44%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#9F143A (or 0x9F143A) is known color: Bright Red. HEX triplet: 9F, 14 and 3A. RGB value is (159,20,58). Sum of RGB (Red+Green+Blue) = 159+20+58=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F143A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F143A is #60EBC5. Grayscale: #414141. Windows color (decimal): -6351814 or 3806367. OLE color: 3806367.

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

Color convert

RGB 159 20 58 -
CMYK 0 0.87 0.64 0.38
HSL 343.6º 0.78% 0.35% -
HSV(B) 343.6º 0.87% 0.62% -
XYZ 15.31 8.18 4.77 -
YUV 65.89 123.55 194.41 -
System Red Green Blue C M Y K H S L
Decimal 159 20 58 0 0.87 0.64 0.38 343.6 0.78 0.35
Hex 9F 14 3A 0 57 40 26 158 4E 23
Octal 237 24 72 0 127 100 46 530 116 43
Binary 10011111 10100 111010 0 1010111 1000000 100110 101011000 1001110 100011

Color Harmonies of #9F143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F143A

Black with #9F143A

Text Example


Text Example

White with #9F143A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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