#95203C

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

Shades of Bright Red #95203C

Tints of Bright Red #95203C

Color information

#95203C (or 0x95203C) is unknown color: approx Bright Red. HEX triplet: 95, 20 and 3C. RGB value is (149,32,60). Sum of RGB (Red+Green+Blue) = 149+32+60=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #95203C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95203C is #6ADFC3. Grayscale: #464646. Windows color (decimal): -7004100 or 3940501. OLE color: 3940501.

HSL color Cylindrical-coordinate representation of color #95203C: hue angle of 345.64º 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 #95203C is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1493260-
CMYK00.790.600.42
HSL345.64º64.64%35.49%-
HSV(B)345.64º78.52%58.43%-
XYZ13.737.755.05-
YUV70.18122.26184.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.83%
GREEN value IS 32 (12.89% from 255) = 13.28%
BLUE value IS 60 (23.83% from 255) = 24.90%
R=61.83%
G=13.28%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149326000.790.600.42345.6464.6435.49
Hex95203C04F3C2A15a4123
Octal22540740117745253210143
Binary10010101100000111100010011111111001010101010110101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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