#95202E

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

Shades of Bright Red #95202E

Tints of Bright Red #95202E

Color information

#95202E (or 0x95202E) is unknown color: approx Bright Red. HEX triplet: 95, 20 and 2E. RGB value is (149,32,46). Sum of RGB (Red+Green+Blue) = 149+32+46=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #95202E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95202E is #6ADFD1. Grayscale: #444444. Windows color (decimal): -7004114 or 3022997. OLE color: 3022997.

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

Color convert

RGB1493246-
CMYK00.790.690.42
HSL352.82º64.64%35.49%-
HSV(B)352.82º78.52%58.43%-
XYZ13.47.623.35-
YUV68.58115.26185.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.64%
GREEN value IS 32 (12.89% from 255) = 14.10%
BLUE value IS 46 (18.36% from 255) = 20.26%
R=65.64%
G=14.10%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149324600.790.690.42352.8264.6435.49
Hex95202E04F452A1614123
Octal225405601171055254110143
Binary100101011000001011100100111110001011010101011000011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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