#952635

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

Shades of Bright Red #952635

Tints of Bright Red #952635

Color information

#952635 (or 0x952635) is unknown color: approx Bright Red. HEX triplet: 95, 26 and 35. RGB value is (149,38,53). Sum of RGB (Red+Green+Blue) = 149+38+53=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #952635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952635 is #6AD9CA. Grayscale: #484848. Windows color (decimal): -7002571 or 3483285. OLE color: 3483285.

HSL color Cylindrical-coordinate representation of color #952635: hue angle of 351.89º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952635 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB1493853-
CMYK00.740.640.42
HSL351.89º59.36%36.67%-
HSV(B)351.89º74.5%58.43%-
XYZ13.738.034.19-
YUV72.9116.77182.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.08%
GREEN value IS 38 (15.23% from 255) = 15.83%
BLUE value IS 53 (21.09% from 255) = 22.08%
R=62.08%
G=15.83%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149385300.740.640.42351.8959.3636.67
Hex95263504A402A1603b25
Octal22546650112100525407345
Binary10010101100110110101010010101000000101010101100000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952635; }

 p { color: rgb(149,38,53); }

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

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

 a { background-color: rgb(149,38,53); }

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

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

 span { border-color: rgb(149,38,53); }

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