#952437

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

Shades of Bright Red #952437

Tints of Bright Red #952437

Color information

#952437 (or 0x952437) is unknown color: approx Bright Red. HEX triplet: 95, 24 and 37. RGB value is (149,36,55). Sum of RGB (Red+Green+Blue) = 149+36+55=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #952437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952437 is #6ADBC8. Grayscale: #474747. Windows color (decimal): -7003081 or 3613845. OLE color: 3613845.

HSL color Cylindrical-coordinate representation of color #952437: hue angle of 349.91º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952437 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB1493655-
CMYK00.760.630.42
HSL349.91º61.08%36.27%-
HSV(B)349.91º75.84%58.43%-
XYZ13.717.934.42-
YUV71.95118.44182.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.08%
GREEN value IS 36 (14.45% from 255) = 15%
BLUE value IS 55 (21.88% from 255) = 22.92%
R=62.08%
G=15%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149365500.760.630.42349.9161.0836.27
Hex95243704C3F2A15e3d24
Octal2254467011477525367544
Binary1001010110010011011101001100111111101010101011110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952437; }

 p { color: rgb(149,36,55); }

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

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

 a { background-color: rgb(149,36,55); }

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

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

 span { border-color: rgb(149,36,55); }

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