#9F263B

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

Shades of Bright Red #9F263B

Tints of Bright Red #9F263B

Color information

#9F263B (or 0x9F263B) is unknown color: approx Bright Red. HEX triplet: 9F, 26 and 3B. RGB value is (159,38,59). Sum of RGB (Red+Green+Blue) = 159+38+59=256 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.11% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 159 - color contains mainly: red. Hex color #9F263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F263B is #60D9C4. Grayscale: #4C4C4C. Windows color (decimal): -6347205 or 3876511. OLE color: 3876511.

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

Color convert

RGB1593859-
CMYK00.760.630.38
HSL349.59º61.42%38.63%-
HSV(B)349.59º76.1%62.35%-
XYZ15.789.075.06-
YUV76.57118.09186.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 62.11%
GREEN value IS 38 (15.23% from 255) = 14.84%
BLUE value IS 59 (23.44% from 255) = 23.05%
R=62.11%
G=14.84%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159385900.760.630.38349.5961.4238.63
Hex9F263B04C3F2615e3d27
Octal2374673011477465367547
Binary1001111110011011101101001100111111100110101011110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F263B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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