#95293D

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

Shades of Bright Red #95293D

Tints of Bright Red #95293D

Color information

#95293D (or 0x95293D) is unknown color: approx Bright Red. HEX triplet: 95, 29 and 3D. RGB value is (149,41,61). Sum of RGB (Red+Green+Blue) = 149+41+61=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #95293D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95293D is #6AD6C2. Grayscale: #4B4B4B. Windows color (decimal): -7001795 or 4008341. OLE color: 4008341.

HSL color Cylindrical-coordinate representation of color #95293D: hue angle of 348.89º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95293D is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB1494161-
CMYK00.720.590.42
HSL348.89º56.84%37.25%-
HSV(B)348.89º72.48%58.43%-
XYZ14.038.315.28-
YUV75.57119.78180.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.36%
GREEN value IS 41 (16.41% from 255) = 16.33%
BLUE value IS 61 (24.22% from 255) = 24.30%
R=59.36%
G=16.33%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149416100.720.590.42348.8956.8437.25
Hex95293D0483B2A15d3925
Octal2255175011073525357145
Binary1001010110100111110101001000111011101010101011101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95293D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95293D; }

 p { color: rgb(149,41,61); }

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

<style>
 a { background-color: #95293D; }

 a { background-color: rgb(149,41,61); }

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

<style>
 span { border-color: #95293D; }

 span { border-color: rgb(149,41,61); }

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