#95232F

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

Shades of Bright Red #95232F

Tints of Bright Red #95232F

Color information

#95232F (or 0x95232F) is unknown color: approx Bright Red. HEX triplet: 95, 23 and 2F. RGB value is (149,35,47). Sum of RGB (Red+Green+Blue) = 149+35+47=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #95232F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95232F is #6ADCD0. Grayscale: #464646. Windows color (decimal): -7003345 or 3089301. OLE color: 3089301.

HSL color Cylindrical-coordinate representation of color #95232F: hue angle of 353.68º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #95232F is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1493547-
CMYK00.770.680.42
HSL353.68º61.96%36.08%-
HSV(B)353.68º76.51%58.43%-
XYZ13.517.83.48-
YUV70.45114.77184.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.50%
GREEN value IS 35 (14.06% from 255) = 15.15%
BLUE value IS 47 (18.75% from 255) = 20.35%
R=64.50%
G=15.15%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149354700.770.680.42353.6861.9636.08
Hex95232F04D442A1623e24
Octal22543570115104525427644
Binary10010101100011101111010011011000100101010101100010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95232F; }

 p { color: rgb(149,35,47); }

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

<style>
 a { background-color: #95232F; }

 a { background-color: rgb(149,35,47); }

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

<style>
 span { border-color: #95232F; }

 span { border-color: rgb(149,35,47); }

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