Html Css Color HEX #9F2541 Bright Red

📋 copy color: '#9F2541'

red 159 ◦ green 37 ◦ blue 65

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

Shades of Bright Red #9F2541

Tints of Bright Red #9F2541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.9%

R = 60.92%
G = 14.18%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9F2541 (or 0x9F2541) is known color: Bright Red. HEX triplet: 9F, 25 and 41. RGB value is (159,37,65). Sum of RGB (Red+Green+Blue) = 159+37+65=261 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.92% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2541 is #60DABE. Grayscale: #4C4C4C. Windows color (decimal): -6347455 or 4269471. OLE color: 4269471.

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

Color convert

RGB 159 37 65 -
CMYK 0 0.77 0.59 0.38
HSL 346.23º 0.62% 0.38% -
HSV(B) 346.23º 0.77% 0.62% -
XYZ 15.91 9.08 5.91 -
YUV 76.67 121.42 186.72 -
System Red Green Blue C M Y K H S L
Decimal 159 37 65 0 0.77 0.59 0.38 346.23 0.62 0.38
Hex 9F 25 41 0 4D 3B 26 15A 3E 26
Octal 237 45 101 0 115 73 46 532 76 46
Binary 10011111 100101 1000001 0 1001101 111011 100110 101011010 111110 100110

Color Harmonies of #9F2541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2541

Black with #9F2541

Text Example


Text Example

White with #9F2541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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