#952D38

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

Shades of Bright Red #952D38

Tints of Bright Red #952D38

Color information

#952D38 (or 0x952D38) is unknown color: approx Bright Red. HEX triplet: 95, 2D and 38. RGB value is (149,45,56). Sum of RGB (Red+Green+Blue) = 149+45+56=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #952D38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D38 is #6AD2C7. Grayscale: #4D4D4D. Windows color (decimal): -7000776 or 3681685. OLE color: 3681685.

HSL color Cylindrical-coordinate representation of color #952D38: hue angle of 353.65º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D38 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB1494556-
CMYK00.700.620.42
HSL353.65º53.61%38.04%-
HSV(B)353.65º69.8%58.43%-
XYZ14.058.554.65-
YUV77.35115.96179.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.6%
GREEN value IS 45 (17.97% from 255) = 18%
BLUE value IS 56 (22.27% from 255) = 22.4%
R=59.6%
G=18%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149455600.700.620.42353.6553.6138.04
Hex952D380463E2A1623626
Octal2255570010676525426646
Binary1001010110110111100001000110111110101010101100010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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