#9F233A

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

Shades of Bright Red #9F233A

Tints of Bright Red #9F233A

Color information

#9F233A (or 0x9F233A) is unknown color: approx Bright Red. HEX triplet: 9F, 23 and 3A. RGB value is (159,35,58). Sum of RGB (Red+Green+Blue) = 159+35+58=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F233A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F233A is #60DCC5. Grayscale: #4A4A4A. Windows color (decimal): -6347974 or 3810207. OLE color: 3810207.

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

Color convert

RGB1593558-
CMYK00.780.640.38
HSL348.87º63.92%38.04%-
HSV(B)348.87º77.99%62.35%-
XYZ15.668.884.89-
YUV74.7118.58188.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 63.10%
GREEN value IS 35 (14.06% from 255) = 13.89%
BLUE value IS 58 (23.05% from 255) = 23.02%
R=63.10%
G=13.89%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159355800.780.640.38348.8763.9238.04
Hex9F233A04E402615d4026
Octal237437201161004653510046
Binary100111111000111110100100111010000001001101010111011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F233A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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