#93142A

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

Shades of Bright Red #93142A

Tints of Bright Red #93142A

Color information

#93142A (or 0x93142A) is unknown color: approx Bright Red. HEX triplet: 93, 14 and 2A. RGB value is (147,20,42). Sum of RGB (Red+Green+Blue) = 147+20+42=209 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70.33% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 147 - color contains mainly: red. Hex color #93142A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93142A is #6CEBD5. Grayscale: #3C3C3C. Windows color (decimal): -7138262 or 2757779. OLE color: 2757779.

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

Color convert

RGB1472042-
CMYK00.860.710.42
HSL349.61º76.05%32.75%-
HSV(B)349.61º86.39%57.65%-
XYZ12.76.872.85-
YUV60.48117.58189.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 70.33%
GREEN value IS 20 (8.20% from 255) = 9.57%
BLUE value IS 42 (16.80% from 255) = 20.10%
R=70.33%
G=9.57%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147204200.860.710.42349.6176.0532.75
Hex93142A056472A15e4c21
Octal223245201261075253611441
Binary10010011101001010100101011010001111010101010111101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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