Html Css Color HEX #9F293C Bright Red

📋 copy color: '#9F293C'

red 159 ◦ green 41 ◦ blue 60

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

Shades of Bright Red #9F293C

Tints of Bright Red #9F293C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.77%

 BLUE value IS 60 (23.83% from 255) = 23.08%

R = 61.15%
G = 15.77%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#9F293C (or 0x9F293C) is known color: Bright Red. HEX triplet: 9F, 29 and 3C. RGB value is (159,41,60). Sum of RGB (Red+Green+Blue) = 159+41+60=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F293C is #60D6C3. Grayscale: #4E4E4E. Windows color (decimal): -6346436 or 3942815. OLE color: 3942815.

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

Color convert

RGB 159 41 60 -
CMYK 0 0.74 0.62 0.38
HSL 350.34º 0.59% 0.39% -
HSV(B) 350.34º 0.74% 0.62% -
XYZ 15.91 9.28 5.23 -
YUV 78.45 117.59 185.46 -
System Red Green Blue C M Y K H S L
Decimal 159 41 60 0 0.74 0.62 0.38 350.34 0.59 0.39
Hex 9F 29 3C 0 4A 3E 26 15E 3B 27
Octal 237 51 74 0 112 76 46 536 73 47
Binary 10011111 101001 111100 0 1001010 111110 100110 101011110 111011 100111

Color Harmonies of #9F293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F293C

Black with #9F293C

Text Example


Text Example

White with #9F293C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,41,60); }

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

background-color css

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

 a { background-color: rgb(159,41,60); }

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

border-color css

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

 span { border-color: rgb(159,41,60); }

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