#94263B

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

Shades of Bright Red #94263B

Tints of Bright Red #94263B

Color information

#94263B (or 0x94263B) is unknown color: approx Bright Red. HEX triplet: 94, 26 and 3B. RGB value is (148,38,59). Sum of RGB (Red+Green+Blue) = 148+38+59=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #94263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94263B is #6BD9C4. Grayscale: #494949. Windows color (decimal): -7068101 or 3876500. OLE color: 3876500.

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

Color convert

RGB1483859-
CMYK00.740.600.42
HSL348.55º59.14%36.47%-
HSV(B)348.55º74.32%58.04%-
XYZ13.784.96-
YUV73.28119.94181.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.41%
GREEN value IS 38 (15.23% from 255) = 15.51%
BLUE value IS 59 (23.44% from 255) = 24.08%
R=60.41%
G=15.51%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148385900.740.600.42348.5559.1436.47
Hex94263B04A3C2A15d3b24
Octal2244673011274525357344
Binary1001010010011011101101001010111100101010101011101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94263B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94263B; }

 p { color: rgb(148,38,59); }

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

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

 a { background-color: rgb(148,38,59); }

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

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

 span { border-color: rgb(148,38,59); }

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