#952833

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

Shades of Bright Red #952833

Tints of Bright Red #952833

Color information

#952833 (or 0x952833) is unknown color: approx Bright Red. HEX triplet: 95, 28 and 33. RGB value is (149,40,51). Sum of RGB (Red+Green+Blue) = 149+40+51=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #952833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952833 is #6AD7CC. Grayscale: #494949. Windows color (decimal): -7002061 or 3352725. OLE color: 3352725.

HSL color Cylindrical-coordinate representation of color #952833: hue angle of 353.94º 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 #952833 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB1494051-
CMYK00.730.660.42
HSL353.94º57.67%37.06%-
HSV(B)353.94º73.15%58.43%-
XYZ13.758.153.98-
YUV73.84115.11181.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.08%
GREEN value IS 40 (16.02% from 255) = 16.67%
BLUE value IS 51 (20.31% from 255) = 21.25%
R=62.08%
G=16.67%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149405100.730.660.42353.9457.6737.06
Hex952833049422A1623a25
Octal22550630111102525427245
Binary10010101101000110011010010011000010101010101100010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952833; }

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

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

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

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

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

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

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

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