#952E38

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

Shades of Bright Red #952E38

Tints of Bright Red #952E38

Color information

#952E38 (or 0x952E38) is unknown color: approx Bright Red. HEX triplet: 95, 2E and 38. RGB value is (149,46,56). Sum of RGB (Red+Green+Blue) = 149+46+56=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #952E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952E38 is #6AD1C7. Grayscale: #4D4D4D. Windows color (decimal): -7000520 or 3681941. OLE color: 3681941.

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

Color convert

RGB1494656-
CMYK00.690.620.42
HSL354.17º52.82%38.24%-
HSV(B)354.17º69.13%58.43%-
XYZ14.098.634.66-
YUV77.94115.62178.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.36%
GREEN value IS 46 (18.36% from 255) = 18.33%
BLUE value IS 56 (22.27% from 255) = 22.31%
R=59.36%
G=18.33%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149465600.690.620.42354.1752.8238.24
Hex952E380453E2A1623526
Octal2255670010576525426546
Binary1001010110111011100001000101111110101010101100010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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