#9A2F41

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

Shades of Bright Red #9A2F41

Tints of Bright Red #9A2F41

Color information

#9A2F41 (or 0x9A2F41) is unknown color: approx Bright Red. HEX triplet: 9A, 2F and 41. RGB value is (154,47,65). Sum of RGB (Red+Green+Blue) = 154+47+65=266 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.89% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2F41 is #65D0BE. Grayscale: #515151. Windows color (decimal): -6672575 or 4272026. OLE color: 4272026.

HSL color Cylindrical-coordinate representation of color #9A2F41: hue angle of 349.91º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A2F41 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB1544765-
CMYK00.690.580.40
HSL349.91º53.23%39.41%-
HSV(B)349.91º69.48%60.39%-
XYZ15.39.285.99-
YUV81.04118.95180.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 57.89%
GREEN value IS 47 (18.75% from 255) = 17.67%
BLUE value IS 65 (25.78% from 255) = 24.44%
R=57.89%
G=17.67%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154476500.690.580.40349.9153.2339.41
Hex9A2F410453A2815e3527
Octal23257101010572505366547
Binary10011010101111100000101000101111010101000101011110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,47,65); }

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

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

 a { background-color: rgb(154,47,65); }

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

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

 span { border-color: rgb(154,47,65); }

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