#952137

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

Shades of Bright Red #952137

Tints of Bright Red #952137

Color information

#952137 (or 0x952137) is unknown color: approx Bright Red. HEX triplet: 95, 21 and 37. RGB value is (149,33,55). Sum of RGB (Red+Green+Blue) = 149+33+55=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #952137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952137 is #6ADEC8. Grayscale: #464646. Windows color (decimal): -7003849 or 3613077. OLE color: 3613077.

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

Color convert

RGB1493355-
CMYK00.780.630.42
HSL348.62º63.74%35.69%-
HSV(B)348.62º77.85%58.43%-
XYZ13.637.754.39-
YUV70.19119.43184.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.87%
GREEN value IS 33 (13.28% from 255) = 13.92%
BLUE value IS 55 (21.88% from 255) = 23.21%
R=62.87%
G=13.92%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149335500.780.630.42348.6263.7435.69
Hex95213704E3F2A15d4024
Octal22541670116775253510044
Binary10010101100001110111010011101111111010101010111011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952137; }

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

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

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

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

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

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

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

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