#95273C

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

Shades of Bright Red #95273C

Tints of Bright Red #95273C

Color information

#95273C (or 0x95273C) is unknown color: approx Bright Red. HEX triplet: 95, 27 and 3C. RGB value is (149,39,60). Sum of RGB (Red+Green+Blue) = 149+39+60=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #95273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95273C is #6AD8C3. Grayscale: #4A4A4A. Windows color (decimal): -7002308 or 3942293. OLE color: 3942293.

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

Color convert

RGB1493960-
CMYK00.740.600.42
HSL348.55º58.51%36.86%-
HSV(B)348.55º73.83%58.43%-
XYZ13.948.175.12-
YUV74.28119.94181.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.08%
GREEN value IS 39 (15.62% from 255) = 15.73%
BLUE value IS 60 (23.83% from 255) = 24.19%
R=60.08%
G=15.73%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149396000.740.600.42348.5558.5136.86
Hex95273C04A3C2A15d3b25
Octal2254774011274525357345
Binary1001010110011111110001001010111100101010101011101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95273C; }

 p { color: rgb(149,39,60); }

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

<style>
 a { background-color: #95273C; }

 a { background-color: rgb(149,39,60); }

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

<style>
 span { border-color: #95273C; }

 span { border-color: rgb(149,39,60); }

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