#952C3E

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

Shades of Bright Red #952C3E

Tints of Bright Red #952C3E

Color information

#952C3E (or 0x952C3E) is unknown color: approx Bright Red. HEX triplet: 95, 2C and 3E. RGB value is (149,44,62). Sum of RGB (Red+Green+Blue) = 149+44+62=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #952C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C3E is #6AD3C1. Grayscale: #4D4D4D. Windows color (decimal): -7001026 or 4074645. OLE color: 4074645.

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

Color convert

RGB1494462-
CMYK00.700.580.42
HSL349.71º54.4%37.84%-
HSV(B)349.71º70.47%58.43%-
XYZ14.168.545.46-
YUV77.45119.29179.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.43%
GREEN value IS 44 (17.58% from 255) = 17.25%
BLUE value IS 62 (24.61% from 255) = 24.31%
R=58.43%
G=17.25%
B=24.31%

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
Decimal149446200.700.580.42349.7154.437.84
Hex952C3E0463A2A15e3626
Octal2255476010672525366646
Binary1001010110110011111001000110111010101010101011110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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