#952235

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

Shades of Bright Red #952235

Tints of Bright Red #952235

Color information

#952235 (or 0x952235) is unknown color: approx Bright Red. HEX triplet: 95, 22 and 35. RGB value is (149,34,53). Sum of RGB (Red+Green+Blue) = 149+34+53=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #952235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952235 is #6ADDCA. Grayscale: #464646. Windows color (decimal): -7003595 or 3482261. OLE color: 3482261.

HSL color Cylindrical-coordinate representation of color #952235: hue angle of 350.09º degrees, saturation: 0.63, 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 #952235 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB1493453-
CMYK00.770.640.42
HSL350.09º62.84%35.88%-
HSV(B)350.09º77.18%58.43%-
XYZ13.617.794.15-
YUV70.55118.1183.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.14%
GREEN value IS 34 (13.67% from 255) = 14.41%
BLUE value IS 53 (21.09% from 255) = 22.46%
R=63.14%
G=14.41%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149345300.770.640.42350.0962.8435.88
Hex95223504D402A15e3f24
Octal22542650115100525367744
Binary10010101100010110101010011011000000101010101011110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952235; }

 p { color: rgb(149,34,53); }

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

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

 a { background-color: rgb(149,34,53); }

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

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

 span { border-color: rgb(149,34,53); }

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