#9F263F

Color #9F263F Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #9F263F

Tints of Bright Red #9F263F

Color information

#9F263F (or 0x9F263F) is unknown color: approx Bright Red. HEX triplet: 9F, 26 and 3F. RGB value is (159,38,63). Sum of RGB (Red+Green+Blue) = 159+38+63=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F263F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F263F is #60D9C0. Grayscale: #4D4D4D. Windows color (decimal): -6347201 or 4138655. OLE color: 4138655.

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

Color convert

RGB1593863-
CMYK00.760.600.38
HSL347.6º61.42%38.63%-
HSV(B)347.6º76.1%62.35%-
XYZ15.899.125.62-
YUV77.03120.09186.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 61.15%
GREEN value IS 38 (15.23% from 255) = 14.62%
BLUE value IS 63 (25% from 255) = 24.23%
R=61.15%
G=14.62%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159386300.760.600.38347.661.4238.63
Hex9F263F04C3C2615c3d27
Octal2374677011474465347547
Binary1001111110011011111101001100111100100110101011100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F263F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,38,63); }

 H1.HeaderClassName
 {
   color: #9F263F;
 }
 .AnyTagClassName
 {
   color: #9F263F;
 }
</style>
background-color css

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

 a { background-color: rgb(159,38,63); }

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

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

 span { border-color: rgb(159,38,63); }

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