#9F2338

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

Shades of Bright Red #9F2338

Tints of Bright Red #9F2338

Color information

#9F2338 (or 0x9F2338) is unknown color: approx Bright Red. HEX triplet: 9F, 23 and 38. RGB value is (159,35,56). Sum of RGB (Red+Green+Blue) = 159+35+56=250 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.6% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2338 is #60DCC7. Grayscale: #4A4A4A. Windows color (decimal): -6347976 or 3679135. OLE color: 3679135.

HSL color Cylindrical-coordinate representation of color #9F2338: hue angle of 349.84º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F2338 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB1593556-
CMYK00.780.650.38
HSL349.84º63.92%38.04%-
HSV(B)349.84º77.99%62.35%-
XYZ15.618.864.63-
YUV74.47117.58188.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 63.6%
GREEN value IS 35 (14.06% from 255) = 14%
BLUE value IS 56 (22.27% from 255) = 22.4%
R=63.6%
G=14%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159355600.780.650.38349.8463.9238.04
Hex9F233804E412615e4026
Octal237437001161014653610046
Binary100111111000111110000100111010000011001101010111101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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