#952C3F

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

Shades of Bright Red #952C3F

Tints of Bright Red #952C3F

Color information

#952C3F (or 0x952C3F) is unknown color: approx Bright Red. HEX triplet: 95, 2C and 3F. RGB value is (149,44,63). Sum of RGB (Red+Green+Blue) = 149+44+63=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #952C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C3F is #6AD3C0. Grayscale: #4D4D4D. Windows color (decimal): -7001025 or 4140181. OLE color: 4140181.

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

Color convert

RGB1494463-
CMYK00.700.580.42
HSL349.14º54.4%37.84%-
HSV(B)349.14º70.47%58.43%-
XYZ14.198.555.6-
YUV77.56119.79178.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.20%
GREEN value IS 44 (17.58% from 255) = 17.19%
BLUE value IS 63 (25% from 255) = 24.61%
R=58.20%
G=17.19%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149446300.700.580.42349.1454.437.84
Hex952C3F0463A2A15d3626
Octal2255477010672525356646
Binary1001010110110011111101000110111010101010101011101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,44,63); }

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

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

 a { background-color: rgb(149,44,63); }

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

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

 span { border-color: rgb(149,44,63); }

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