#9F1635

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

Shades of Bright Red #9F1635

Tints of Bright Red #9F1635

Color information

#9F1635 (or 0x9F1635) is unknown color: approx Bright Red. HEX triplet: 9F, 16 and 35. RGB value is (159,22,53). Sum of RGB (Red+Green+Blue) = 159+22+53=234 (30% of max value = 765). Red value is 159 (62.5% from 255 or 67.95% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1635 is #60E9CA. Grayscale: #424242. Windows color (decimal): -6351307 or 3479199. OLE color: 3479199.

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

Color convert

RGB1592253-
CMYK00.860.670.38
HSL346.42º75.69%35.49%-
HSV(B)346.42º86.16%62.35%-
XYZ15.238.24.15-
YUV66.5120.39193.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 67.95%
GREEN value IS 22 (8.98% from 255) = 9.40%
BLUE value IS 53 (21.09% from 255) = 22.65%
R=67.95%
G=9.40%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159225300.860.670.38346.4275.6935.49
Hex9F1635056432615a4c23
Octal237266501261034653211443
Binary10011111101101101010101011010000111001101010110101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,22,53); }

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

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

 a { background-color: rgb(159,22,53); }

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

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

 span { border-color: rgb(159,22,53); }

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