#9F1A2A

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

Shades of Bright Red #9F1A2A

Tints of Bright Red #9F1A2A

Color information

#9F1A2A (or 0x9F1A2A) is unknown color: approx Bright Red. HEX triplet: 9F, 1A and 2A. RGB value is (159,26,42). Sum of RGB (Red+Green+Blue) = 159+26+42=227 (30% of max value = 765). Red value is 159 (62.5% from 255 or 70.04% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1A2A is #60E5D5. Grayscale: #434343. Windows color (decimal): -6350294 or 2759327. OLE color: 2759327.

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

Color convert

RGB1592642-
CMYK00.840.740.38
HSL352.78º71.89%36.27%-
HSV(B)352.78º83.65%62.35%-
XYZ15.098.282.99-
YUV67.59113.56193.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 70.04%
GREEN value IS 26 (10.55% from 255) = 11.45%
BLUE value IS 42 (16.80% from 255) = 18.50%
R=70.04%
G=11.45%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159264200.840.740.38352.7871.8936.27
Hex9F1A2A0544A261614824
Octal237325201241124654111044
Binary10011111110101010100101010010010101001101011000011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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