#95263A

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

Shades of Bright Red #95263A

Tints of Bright Red #95263A

Color information

#95263A (or 0x95263A) is unknown color: approx Bright Red. HEX triplet: 95, 26 and 3A. RGB value is (149,38,58). Sum of RGB (Red+Green+Blue) = 149+38+58=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #95263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95263A is #6AD9C5. Grayscale: #494949. Windows color (decimal): -7002566 or 3810965. OLE color: 3810965.

HSL color Cylindrical-coordinate representation of color #95263A: hue angle of 349.19º 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 #95263A is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB1493858-
CMYK00.740.610.42
HSL349.19º59.36%36.67%-
HSV(B)349.19º74.5%58.43%-
XYZ13.858.084.83-
YUV73.47119.27181.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.82%
GREEN value IS 38 (15.23% from 255) = 15.51%
BLUE value IS 58 (23.05% from 255) = 23.67%
R=60.82%
G=15.51%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149385800.740.610.42349.1959.3636.67
Hex95263A04A3D2A15d3b25
Octal2254672011275525357345
Binary1001010110011011101001001010111101101010101011101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95263A; }

 p { color: rgb(149,38,58); }

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

<style>
 a { background-color: #95263A; }

 a { background-color: rgb(149,38,58); }

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

<style>
 span { border-color: #95263A; }

 span { border-color: rgb(149,38,58); }

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