#95242E

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

Shades of Bright Red #95242E

Tints of Bright Red #95242E

Color information

#95242E (or 0x95242E) is unknown color: approx Bright Red. HEX triplet: 95, 24 and 2E. RGB value is (149,36,46). Sum of RGB (Red+Green+Blue) = 149+36+46=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #95242E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95242E is #6ADBD1. Grayscale: #474747. Windows color (decimal): -7003090 or 3024021. OLE color: 3024021.

HSL color Cylindrical-coordinate representation of color #95242E: hue angle of 354.69º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95242E is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1493646-
CMYK00.760.690.42
HSL354.69º61.08%36.27%-
HSV(B)354.69º75.84%58.43%-
XYZ13.527.853.39-
YUV70.93113.94183.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.50%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 46 (18.36% from 255) = 19.91%
R=64.50%
G=15.58%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149364600.760.690.42354.6961.0836.27
Hex95242E04C452A1633d24
Octal22544560114105525437544
Binary10010101100100101110010011001000101101010101100011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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