Html Css Color HEX #9F1C32 Bright Red

📋 copy color: '#9F1C32'

red 159 ◦ green 28 ◦ blue 50

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

Shades of Bright Red #9F1C32

Tints of Bright Red #9F1C32

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.81%

 BLUE value IS 50 (19.92% from 255) = 21.1%

R = 67.09%
G = 11.81%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9F1C32 (or 0x9F1C32) is known color: Bright Red. HEX triplet: 9F, 1C and 32. RGB value is (159,28,50). Sum of RGB (Red+Green+Blue) = 159+28+50=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1C32 is #60E3CD. Grayscale: #454545. Windows color (decimal): -6349774 or 3284127. OLE color: 3284127.

HSL color Cylindrical-coordinate representation of color #9F1C32: hue angle of 349.92º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F1C32 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 28 50 -
CMYK 0 0.82 0.69 0.38
HSL 349.92º 0.7% 0.37% -
HSV(B) 349.92º 0.82% 0.62% -
XYZ 15.29 8.43 3.84 -
YUV 69.68 116.9 191.71 -
System Red Green Blue C M Y K H S L
Decimal 159 28 50 0 0.82 0.69 0.38 349.92 0.7 0.37
Hex 9F 1C 32 0 52 45 26 15E 46 25
Octal 237 34 62 0 122 105 46 536 106 45
Binary 10011111 11100 110010 0 1010010 1000101 100110 101011110 1000110 100101

Color Harmonies of #9F1C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1C32

Black with #9F1C32

Text Example


Text Example

White with #9F1C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,28,50); }

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

background-color css

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

 a { background-color: rgb(159,28,50); }

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

border-color css

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

 span { border-color: rgb(159,28,50); }

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