#95272E

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

Shades of Bright Red #95272E

Tints of Bright Red #95272E

Color information

#95272E (or 0x95272E) is unknown color: approx Bright Red. HEX triplet: 95, 27 and 2E. RGB value is (149,39,46). Sum of RGB (Red+Green+Blue) = 149+39+46=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #95272E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95272E is #6AD8D1. Grayscale: #484848. Windows color (decimal): -7002322 or 3024789. OLE color: 3024789.

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

Color convert

RGB1493946-
CMYK00.740.690.42
HSL356.18º58.51%36.86%-
HSV(B)356.18º73.83%58.43%-
XYZ13.618.043.42-
YUV72.69112.94182.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.68%
GREEN value IS 39 (15.62% from 255) = 16.67%
BLUE value IS 46 (18.36% from 255) = 19.66%
R=63.68%
G=16.67%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149394600.740.690.42356.1858.5136.86
Hex95272E04A452A1643b25
Octal22547560112105525447345
Binary10010101100111101110010010101000101101010101100100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95272E; }

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

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

<style>
 a { background-color: #95272E; }

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

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

<style>
 span { border-color: #95272E; }

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

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