#9F1F23

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

Shades of Bright Red #9F1F23

Tints of Bright Red #9F1F23

Color information

#9F1F23 (or 0x9F1F23) is unknown color: approx Bright Red. HEX triplet: 9F, 1F and 23. RGB value is (159,31,35). Sum of RGB (Red+Green+Blue) = 159+31+35=225 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.67% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1F23 is #60E0DC. Grayscale: #454545. Windows color (decimal): -6349021 or 2301855. OLE color: 2301855.

HSL color Cylindrical-coordinate representation of color #9F1F23: hue angle of 358.12º degrees, saturation: 0.67, 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 #9F1F23 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB1593135-
CMYK00.810.780.38
HSL358.12º67.37%37.25%-
HSV(B)358.12º80.5%62.35%-
XYZ15.098.472.43-
YUV69.73108.41191.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 70.67%
GREEN value IS 31 (12.5% from 255) = 13.78%
BLUE value IS 35 (14.06% from 255) = 15.56%
R=70.67%
G=13.78%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159313500.810.780.38358.1267.3737.25
Hex9F1F230514E261664325
Octal237374301211164654610345
Binary10011111111111000110101000110011101001101011001101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,31,35); }

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

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

 a { background-color: rgb(159,31,35); }

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

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

 span { border-color: rgb(159,31,35); }

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