#95223D

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

Shades of Bright Red #95223D

Tints of Bright Red #95223D

Color information

#95223D (or 0x95223D) is unknown color: approx Bright Red. HEX triplet: 95, 22 and 3D. RGB value is (149,34,61). Sum of RGB (Red+Green+Blue) = 149+34+61=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #95223D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95223D is #6ADDC2. Grayscale: #474747. Windows color (decimal): -7003587 or 4006549. OLE color: 4006549.

HSL color Cylindrical-coordinate representation of color #95223D: hue angle of 345.91º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #95223D is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB1493461-
CMYK00.770.590.42
HSL345.91º62.84%35.88%-
HSV(B)345.91º77.18%58.43%-
XYZ13.817.875.21-
YUV71.46122.1183.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.07%
GREEN value IS 34 (13.67% from 255) = 13.93%
BLUE value IS 61 (24.22% from 255) = 25%
R=61.07%
G=13.93%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149346100.770.590.42345.9162.8435.88
Hex95223D04D3B2A15a3f24
Octal2254275011573525327744
Binary1001010110001011110101001101111011101010101011010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95223D; }

 p { color: rgb(149,34,61); }

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

<style>
 a { background-color: #95223D; }

 a { background-color: rgb(149,34,61); }

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

<style>
 span { border-color: #95223D; }

 span { border-color: rgb(149,34,61); }

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