#93242A

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

Shades of Bright Red #93242A

Tints of Bright Red #93242A

Color information

#93242A (or 0x93242A) is unknown color: approx Bright Red. HEX triplet: 93, 24 and 2A. RGB value is (147,36,42). Sum of RGB (Red+Green+Blue) = 147+36+42=225 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.33% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 147 - color contains mainly: red. Hex color #93242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93242A is #6CDBD5. Grayscale: #454545. Windows color (decimal): -7134166 or 2761875. OLE color: 2761875.

HSL color Cylindrical-coordinate representation of color #93242A: hue angle of 356.76º 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 #93242A is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB1473642-
CMYK00.760.710.42
HSL356.76º60.66%35.88%-
HSV(B)356.76º75.51%57.65%-
XYZ13.087.632.97-
YUV69.87112.27183.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 65.33%
GREEN value IS 36 (14.45% from 255) = 16%
BLUE value IS 42 (16.80% from 255) = 18.67%
R=65.33%
G=16%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147364200.760.710.42356.7660.6635.88
Hex93242A04C472A1653d24
Octal22344520114107525457544
Binary10010011100100101010010011001000111101010101100101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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