#952433

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

Shades of Bright Red #952433

Tints of Bright Red #952433

Color information

#952433 (or 0x952433) is unknown color: approx Bright Red. HEX triplet: 95, 24 and 33. RGB value is (149,36,51). Sum of RGB (Red+Green+Blue) = 149+36+51=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #952433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952433 is #6ADBCC. Grayscale: #474747. Windows color (decimal): -7003085 or 3351701. OLE color: 3351701.

HSL color Cylindrical-coordinate representation of color #952433: hue angle of 352.04º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952433 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB1493651-
CMYK00.760.660.42
HSL352.04º61.08%36.27%-
HSV(B)352.04º75.84%58.43%-
XYZ13.627.893.94-
YUV71.5116.44183.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.14%
GREEN value IS 36 (14.45% from 255) = 15.25%
BLUE value IS 51 (20.31% from 255) = 21.61%
R=63.14%
G=15.25%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149365100.760.660.42352.0461.0836.27
Hex95243304C422A1603d24
Octal22544630114102525407544
Binary10010101100100110011010011001000010101010101100000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952433; }

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

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

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

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

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

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

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

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