#95283C

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

Shades of Bright Red #95283C

Tints of Bright Red #95283C

Color information

#95283C (or 0x95283C) is unknown color: approx Bright Red. HEX triplet: 95, 28 and 3C. RGB value is (149,40,60). Sum of RGB (Red+Green+Blue) = 149+40+60=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #95283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95283C is #6AD7C3. Grayscale: #4A4A4A. Windows color (decimal): -7002052 or 3942549. OLE color: 3942549.

HSL color Cylindrical-coordinate representation of color #95283C: hue angle of 348.99º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #95283C is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1494060-
CMYK00.730.600.42
HSL348.99º57.67%37.06%-
HSV(B)348.99º73.15%58.43%-
XYZ13.978.235.13-
YUV74.87119.61180.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.84%
GREEN value IS 40 (16.02% from 255) = 16.06%
BLUE value IS 60 (23.83% from 255) = 24.10%
R=59.84%
G=16.06%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149406000.730.600.42348.9957.6737.06
Hex95283C0493C2A15d3a25
Octal2255074011174525357245
Binary1001010110100011110001001001111100101010101011101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95283C; }

 p { color: rgb(149,40,60); }

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

<style>
 a { background-color: #95283C; }

 a { background-color: rgb(149,40,60); }

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

<style>
 span { border-color: #95283C; }

 span { border-color: rgb(149,40,60); }

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