#9f1e2a

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

Shades of Bright Red #9F1E2A

Tints of Bright Red #9F1E2A

Color information

#9F1E2A (or 0x9F1E2A) is unknown color: approx Bright Red. HEX triplet: 9F, 1E and 2A. RGB value is (159,30,42). Sum of RGB (Red+Green+Blue) = 159+30+42=231 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.83% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1E2A is #60E1D5. Grayscale: #464646. Windows color (decimal): -6349270 or 2760351. OLE color: 2760351.

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

Color convert

RGB1593042-
CMYK00.810.740.38
HSL354.42º68.25%37.06%-
HSV(B)354.42º81.13%62.35%-
XYZ15.188.473.02-
YUV69.94112.24191.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 68.83%
GREEN value IS 30 (12.11% from 255) = 12.99%
BLUE value IS 42 (16.80% from 255) = 18.18%
R=68.83%
G=12.99%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159304200.810.740.38354.4268.2537.06
Hex9F1E2A0514A261624425
Octal237365201211124654210445
Binary10011111111101010100101000110010101001101011000101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f1e2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,30,42); }

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

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

 a { background-color: rgb(159,30,42); }

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

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

 span { border-color: rgb(159,30,42); }

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