#95253C

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

Shades of Bright Red #95253C

Tints of Bright Red #95253C

Color information

#95253C (or 0x95253C) is unknown color: approx Bright Red. HEX triplet: 95, 25 and 3C. RGB value is (149,37,60). Sum of RGB (Red+Green+Blue) = 149+37+60=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #95253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95253C is #6ADAC3. Grayscale: #494949. Windows color (decimal): -7002820 or 3941781. OLE color: 3941781.

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

Color convert

RGB1493760-
CMYK00.750.600.42
HSL347.68º60.22%36.47%-
HSV(B)347.68º75.17%58.43%-
XYZ13.878.045.1-
YUV73.11120.61182.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.57%
GREEN value IS 37 (14.84% from 255) = 15.04%
BLUE value IS 60 (23.83% from 255) = 24.39%
R=60.57%
G=15.04%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149376000.750.600.42347.6860.2236.47
Hex95253C04B3C2A15c3c24
Octal2254574011374525347444
Binary1001010110010111110001001011111100101010101011100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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