Html Css Color HEX #9F2532 Bright Red

📋 copy color: '#9F2532'

red 159 ◦ green 37 ◦ blue 50

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

Shades of Bright Red #9F2532

Tints of Bright Red #9F2532

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.04%

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

R = 64.63%
G = 15.04%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9F2532 (or 0x9F2532) is known color: Bright Red. HEX triplet: 9F, 25 and 32. RGB value is (159,37,50). Sum of RGB (Red+Green+Blue) = 159+37+50=246 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.63% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2532 is #60DACD. Grayscale: #4B4B4B. Windows color (decimal): -6347470 or 3286431. OLE color: 3286431.

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

Color convert

RGB 159 37 50 -
CMYK 0 0.77 0.69 0.38
HSL 353.61º 0.62% 0.38% -
HSV(B) 353.61º 0.77% 0.62% -
XYZ 15.54 8.92 3.92 -
YUV 74.96 113.92 187.94 -
System Red Green Blue C M Y K H S L
Decimal 159 37 50 0 0.77 0.69 0.38 353.61 0.62 0.38
Hex 9F 25 32 0 4D 45 26 162 3E 26
Octal 237 45 62 0 115 105 46 542 76 46
Binary 10011111 100101 110010 0 1001101 1000101 100110 101100010 111110 100110

Color Harmonies of #9F2532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2532

Black with #9F2532

Text Example


Text Example

White with #9F2532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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