#95112F

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

Shades of Bright Red #95112F

Tints of Bright Red #95112F

Color information

#95112F (or 0x95112F) is unknown color: approx Bright Red. HEX triplet: 95, 11 and 2F. RGB value is (149,17,47). Sum of RGB (Red+Green+Blue) = 149+17+47=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #95112F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95112F is #6AEED0. Grayscale: #3B3B3B. Windows color (decimal): -7007953 or 3084693. OLE color: 3084693.

HSL color Cylindrical-coordinate representation of color #95112F: hue angle of 346.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95112F is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1491747-
CMYK00.890.680.42
HSL346.36º79.52%32.55%-
HSV(B)346.36º88.59%58.43%-
XYZ13.1173.35-
YUV59.89120.73191.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 69.95%
GREEN value IS 17 (7.03% from 255) = 7.98%
BLUE value IS 47 (18.75% from 255) = 22.07%
R=69.95%
G=7.98%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149174700.890.680.42346.3679.5232.55
Hex95112F059442A15a5021
Octal225215701311045253212041
Binary10010101100011011110101100110001001010101010110101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95112F; }

 p { color: rgb(149,17,47); }

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

<style>
 a { background-color: #95112F; }

 a { background-color: rgb(149,17,47); }

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

<style>
 span { border-color: #95112F; }

 span { border-color: rgb(149,17,47); }

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