#9F2536

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

Shades of Bright Red #9F2536

Tints of Bright Red #9F2536

Color information

#9F2536 (or 0x9F2536) is unknown color: approx Bright Red. HEX triplet: 9F, 25 and 36. RGB value is (159,37,54). Sum of RGB (Red+Green+Blue) = 159+37+54=250 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.6% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2536 is #60DAC9. Grayscale: #4B4B4B. Windows color (decimal): -6347466 or 3548575. OLE color: 3548575.

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

Color convert

RGB1593754-
CMYK00.770.660.38
HSL351.64º62.24%38.43%-
HSV(B)351.64º76.73%62.35%-
XYZ15.638.964.4-
YUV75.42115.92187.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 63.6%
GREEN value IS 37 (14.84% from 255) = 14.8%
BLUE value IS 54 (21.48% from 255) = 21.6%
R=63.6%
G=14.8%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159375400.770.660.38351.6462.2438.43
Hex9F253604D42261603e26
Octal23745660115102465407646
Binary10011111100101110110010011011000010100110101100000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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