#95202c

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

Shades of Bright Red #95202C

Tints of Bright Red #95202C

Color information

#95202C (or 0x95202C) is unknown color: approx Bright Red. HEX triplet: 95, 20 and 2C. RGB value is (149,32,44). Sum of RGB (Red+Green+Blue) = 149+32+44=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #95202C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95202C is #6ADFD3. Grayscale: #444444. Windows color (decimal): -7004116 or 2891925. OLE color: 2891925.

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

Color convert

RGB1493244-
CMYK00.790.700.42
HSL353.85º64.64%35.49%-
HSV(B)353.85º78.52%58.43%-
XYZ13.377.63.15-
YUV68.35114.26185.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 66.22%
GREEN value IS 32 (12.89% from 255) = 14.22%
BLUE value IS 44 (17.58% from 255) = 19.56%
R=66.22%
G=14.22%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149324400.790.700.42353.8564.6435.49
Hex95202C04F462A1624123
Octal225405401171065254210143
Binary100101011000001011000100111110001101010101011000101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95202c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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