#93252A

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

Shades of Bright Red #93252A

Tints of Bright Red #93252A

Color information

#93252A (or 0x93252A) is unknown color: approx Bright Red. HEX triplet: 93, 25 and 2A. RGB value is (147,37,42). Sum of RGB (Red+Green+Blue) = 147+37+42=226 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.04% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 147 - color contains mainly: red. Hex color #93252A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93252A is #6CDAD5. Grayscale: #464646. Windows color (decimal): -7133910 or 2762131. OLE color: 2762131.

HSL color Cylindrical-coordinate representation of color #93252A: hue angle of 357.27º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #93252A is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB1473742-
CMYK00.750.710.42
HSL357.27º59.78%36.08%-
HSV(B)357.27º74.83%57.65%-
XYZ13.117.692.98-
YUV70.46111.94182.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 65.04%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 42 (16.80% from 255) = 18.58%
R=65.04%
G=16.37%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147374200.750.710.42357.2759.7836.08
Hex93252A04B472A1653c24
Octal22345520113107525457444
Binary10010011100101101010010010111000111101010101100101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93252A; }

 p { color: rgb(147,37,42); }

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

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

 a { background-color: rgb(147,37,42); }

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

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

 span { border-color: rgb(147,37,42); }

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