#952139

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

Shades of Bright Red #952139

Tints of Bright Red #952139

Color information

#952139 (or 0x952139) is unknown color: approx Bright Red. HEX triplet: 95, 21 and 39. RGB value is (149,33,57). Sum of RGB (Red+Green+Blue) = 149+33+57=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #952139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952139 is #6ADEC6. Grayscale: #464646. Windows color (decimal): -7003847 or 3744149. OLE color: 3744149.

HSL color Cylindrical-coordinate representation of color #952139: hue angle of 347.59º 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 #952139 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB1493357-
CMYK00.780.620.42
HSL347.59º63.74%35.69%-
HSV(B)347.59º77.85%58.43%-
XYZ13.687.774.65-
YUV70.42120.43184.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.34%
GREEN value IS 33 (13.28% from 255) = 13.81%
BLUE value IS 57 (22.66% from 255) = 23.85%
R=62.34%
G=13.81%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149335700.780.620.42347.5963.7435.69
Hex95213904E3E2A15c4024
Octal22541710116765253410044
Binary10010101100001111001010011101111101010101010111001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952139; }

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

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

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

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

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

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

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

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