#93252D

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

Shades of Bright Red #93252D

Tints of Bright Red #93252D

Color information

#93252D (or 0x93252D) is unknown color: approx Bright Red. HEX triplet: 93, 25 and 2D. RGB value is (147,37,45). Sum of RGB (Red+Green+Blue) = 147+37+45=229 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.19% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 147 - color contains mainly: red. Hex color #93252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93252D is #6CDAD2. Grayscale: #464646. Windows color (decimal): -7133907 or 2958739. OLE color: 2958739.

HSL color Cylindrical-coordinate representation of color #93252D: hue angle of 355.64º 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 #93252D is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1473745-
CMYK00.750.690.42
HSL355.64º59.78%36.08%-
HSV(B)355.64º74.83%57.65%-
XYZ13.177.723.28-
YUV70.8113.44182.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 64.19%
GREEN value IS 37 (14.84% from 255) = 16.16%
BLUE value IS 45 (17.97% from 255) = 19.65%
R=64.19%
G=16.16%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147374500.750.690.42355.6459.7836.08
Hex93252D04B452A1643c24
Octal22345550113105525447444
Binary10010011100101101101010010111000101101010101100100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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