Html Css Color HEX #9F2B40 Bright Red

📋 copy color: '#9F2B40'

red 159 ◦ green 43 ◦ blue 64

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

Shades of Bright Red #9F2B40

Tints of Bright Red #9F2B40

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.17%

 BLUE value IS 64 (25.39% from 255) = 24.06%

R = 59.77%
G = 16.17%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#9F2B40 (or 0x9F2B40) is known color: Bright Red. HEX triplet: 9F, 2B and 40. RGB value is (159,43,64). Sum of RGB (Red+Green+Blue) = 159+43+64=266 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.77% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2B40 is #60D4BF. Grayscale: #505050. Windows color (decimal): -6345920 or 4205471. OLE color: 4205471.

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

Color convert

RGB 159 43 64 -
CMYK 0 0.73 0.60 0.38
HSL 349.14º 0.57% 0.4% -
HSV(B) 349.14º 0.73% 0.62% -
XYZ 16.09 9.47 5.83 -
YUV 80.08 118.93 184.29 -
System Red Green Blue C M Y K H S L
Decimal 159 43 64 0 0.73 0.60 0.38 349.14 0.57 0.4
Hex 9F 2B 40 0 49 3C 26 15D 39 28
Octal 237 53 100 0 111 74 46 535 71 50
Binary 10011111 101011 1000000 0 1001001 111100 100110 101011101 111001 101000

Color Harmonies of #9F2B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2B40

Black with #9F2B40

Text Example


Text Example

White with #9F2B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,43,64); }

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

background-color css

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

 a { background-color: rgb(159,43,64); }

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

border-color css

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

 span { border-color: rgb(159,43,64); }

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