#952E41

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

Shades of Bright Red #952E41

Tints of Bright Red #952E41

Color information

#952E41 (or 0x952E41) is unknown color: approx Bright Red. HEX triplet: 95, 2E and 41. RGB value is (149,46,65). Sum of RGB (Red+Green+Blue) = 149+46+65=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #952E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952E41 is #6AD1BE. Grayscale: #4E4E4E. Windows color (decimal): -7000511 or 4271765. OLE color: 4271765.

HSL color Cylindrical-coordinate representation of color #952E41: hue angle of 348.93º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #952E41 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB1494665-
CMYK00.690.560.42
HSL348.93º52.82%38.24%-
HSV(B)348.93º69.13%58.43%-
XYZ14.338.735.93-
YUV78.96120.12177.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.31%
GREEN value IS 46 (18.36% from 255) = 17.69%
BLUE value IS 65 (25.78% from 255) = 25%
R=57.31%
G=17.69%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149466500.690.560.42348.9352.8238.24
Hex952E41045382A15d3526
Octal22556101010570525356546
Binary10010101101110100000101000101111000101010101011101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952E41; }

 p { color: rgb(149,46,65); }

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

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

 a { background-color: rgb(149,46,65); }

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

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

 span { border-color: rgb(149,46,65); }

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